Interface EditableFeatureAttributeDescriptor

All Superinterfaces:
Cloneable, org.gvsig.tools.lang.Cloneable, org.gvsig.tools.dynobject.DynField, org.gvsig.tools.dynobject.DynField_LabelAttribute, org.gvsig.tools.dynobject.DynField_v2, FeatureAttributeDescriptor, org.gvsig.tools.util.LabeledValue<FeatureAttributeDescriptor>, org.gvsig.tools.persistence.Persistent, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportToJson, org.gvsig.tools.dynobject.Tagged

public interface EditableFeatureAttributeDescriptor extends FeatureAttributeDescriptor, org.gvsig.json.SupportFromJson
This interface represents a FeatureAttributeDescriptor in editable state. To edit a FeatureAttributeDescriptor you have to obtain its instance of EditableFeatureAttributeDescriptor and then perform editing operations on it. Once you have completed the editing you can save the changes to the original FeatureAttributeDescriptor. This is the only way to edit a FeatureAttributeDescriptor.