Revision 44871 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
80 80
 * </ul>
81 81
 */
82 82
public interface FeatureType extends DynClass, DynStruct_v2, UnmodifiableBasicList<FeatureAttributeDescriptor> {
83
	
84
    public interface FeatureTypeChanged {
85
      FeatureType getSource();
83 86

  
87
      FeatureType getTarget();
88
    }
89

  
84 90
    public static final Predicate<FeatureAttributeDescriptor> BASIC_TYPES_FILTER = new Predicate<FeatureAttributeDescriptor>() {
85 91
        @Override
86 92
        public boolean test(FeatureAttributeDescriptor attrdesc) {
......
96 102
            return true;
97 103
        }
98 104
    };
105
    
99 106
    /**
100 107
     * Returns a new copy of this FeatureType
101 108
     *

Also available in: Unified diff