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/FeatureAttributeDescriptor.java

View differences:

FeatureAttributeDescriptor.java
201 201
	 */
202 202
	public boolean isTime();  
203 203

  
204
        /**
205
         * Return true if the attribute has and index in the table.
206
         * 
207
         * @return true if indexed.
208
         */
209
        public boolean isIndexed();
210
        public boolean allowIndexDuplicateds();
211
        public boolean isIndexAscending();
212
        
204 213
	/**
205 214
	 * Gets if the attribute has a {@link FeatureAttributeGetter}.
206 215
	 * @return

Also available in: Unified diff