Revision 41638 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
236 236
	 */
237 237
	public EditableFeatureAttributeDescriptor setIsTime(boolean isTime);
238 238
	
239
        /**
240
         * Sets if this attribute is indexed in the table.
241
         * @param isIndexed
242
         * @return  this
243
         */
244
        public EditableFeatureAttributeDescriptor setIsIndexed(boolean isIndexed);
245
        
246
        public EditableFeatureAttributeDescriptor setAllowIndexDuplicateds(boolean allowDuplicateds);
247
        
248
        public EditableFeatureAttributeDescriptor setIsIndexAscending(boolean ascending);
249
        
239 250
	/**
240 251
	 * Returns the attribute descriptor's name before
241 252
	 * it was changed or null if never changed 

Also available in: Unified diff