Revision 41483 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/feature/EditableFeatureAttributeDescriptor.java

View differences:

EditableFeatureAttributeDescriptor.java
23 23
 */
24 24
package org.gvsig.fmap.dal.feature;
25 25

  
26
import java.text.DateFormat;
26 27
import org.cresques.cts.IProjection;
27 28

  
28 29
import org.gvsig.fmap.dal.DataTypes;
......
240 241
	 * it was changed or null if never changed 
241 242
	 * @return
242 243
	 */
243
    public String getOriginalName();
244
        public String getOriginalName();
245
    
246
       /**
247
	 * If this attribute is of type Date, then this method set
248
	 * the date format set by the data store.
249
	 *
250
	 * @return
251
	 */
252
	public EditableFeatureAttributeDescriptor  setDateFormat(DateFormat dateFormat);
253
    
244 254
}

Also available in: Unified diff