Revision 44500 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
332 332
    FeatureStore getAsFeatureStore();
333 333
    
334 334
    public String getNewFieldName();
335
     /**
336
     * Return the store associated to this type.
337
     * It will return Null when it's in not editing mode
338
     * or the featureType has not been change
339
     * 
340
     * @return the original FeatureStore of the type.
341
     */
342
    public FeatureType getOriginalFeatureType();
335 343
}

Also available in: Unified diff