Revision 43739 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
240 240
         */
241 241
        public boolean isComputed();
242 242
	
243
        /**
244
         * Return the store associated to this attribute descriptor.
245
         * 
246
         * @return the FeatureStore of the attribute descriptor.
247
         */
248
        public FeatureStore getStore();   
249
        
250
        public FeatureType getFeatureType();
251
            
243 252
}

Also available in: Unified diff