Revision 44501 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
335

  
336
    /**
337
     * Return the original feature type of this type.
338
     * It will return Null when the store it's in not editing mode
338 339
     * or the featureType has not been change
339 340
     * 
340
     * @return the original FeatureStore of the type.
341
     * @return the original FeatureType of the type.
341 342
     */
342 343
    public FeatureType getOriginalFeatureType();
344
    
345
    public boolean hasOnlyMetadataChanges(FeatureType other);
346

  
343 347
}

Also available in: Unified diff