Revision 25481 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/EditableFeatureType.java

View differences:

EditableFeatureType.java
8 8
 * To edit a FeatureType you have to obtain its instance of 
9 9
 * EditableFeatureType and then perform editing operations on it.
10 10
 * 
11
 * Once you have completed the edition you can save the changes to the original 
11
 * Once you have completed the editing you can save the changes to the original 
12 12
 * FeatureType. This is the only way to edit a FeatureType.
13 13
 */
14 14
public interface EditableFeatureType extends FeatureType {

Also available in: Unified diff