Revision 24505 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultEditableFeatureAttributeDescriptor.java

View differences:

DefaultEditableFeatureAttributeDescriptor.java
1 1
package org.gvsig.fmap.dal.feature.impl;
2 2

  
3 3
import org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor;
4
import org.gvsig.fmap.dal.feature.exceptions.AttributeFeatureTypeIntegrityException;
5
import org.gvsig.fmap.dal.feature.exceptions.AttributeFeatureTypeSizeException;
4
import org.gvsig.fmap.dal.feature.exception.AttributeFeatureTypeIntegrityException;
5
import org.gvsig.fmap.dal.feature.exception.AttributeFeatureTypeSizeException;
6 6
import org.gvsig.tools.evaluator.Evaluator;
7 7

  
8 8
public class DefaultEditableFeatureAttributeDescriptor extends

Also available in: Unified diff