Revision 45425 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/EditableFeature.java

View differences:

EditableFeature.java
39 39
 * to the original Feature. This is the only way to edit a Feature.
40 40
 */
41 41
public interface EditableFeature extends Feature {
42
        public boolean isUpdatable();
42 43

  
44
        public void setUpdatable(boolean updatable);
45

  
43 46
	/**
44 47
	 * Sets the value of an attribute given its name
45 48
	 * @param name

Also available in: Unified diff