Revision 41270 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/FeatureReference.java

View differences:

FeatureReference.java
55 55
	 * @throws DataException
56 56
	 */
57 57
	public Feature getFeature(FeatureType featureType) throws DataException;
58
        
59
        
60
	/**
61
	 * Inform that represented feature is not stored in the original data store
62
	 *
63
	 * @return true if not in the original store
64
	 */
65
	public boolean isNewFeature();
58 66
}

Also available in: Unified diff