Revision 44686 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/FeatureType.java

View differences:

FeatureType.java
170 170
    public FeatureAttributeDescriptor getAttributeDescriptor(int index);
171 171

  
172 172
    /**
173
     * Returns the name of the given the attribute index.
174
     * If the index is incorrect, return null.
175
     * 
176
     * @param index of the attribute
177
     *
178
     * @return a String with the name of attribute
179
     */
180
    public String getAttributeName(int index);
181
   
182
    /**
173 183
     * Returns an iterator over this FeatureType's attributes. Elements returned
174 184
     * by this iterator are of type {@link FeatureAttributeDescriptor}.
175 185
     *

Also available in: Unified diff