Revision 47586

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/impl/DALDefaultImplLibrary.java
38 38
import org.gvsig.fmap.dal.DALLibrary;
39 39
import org.gvsig.fmap.dal.DALLocator;
40 40
import org.gvsig.fmap.dal.DataManager;
41
import static org.gvsig.fmap.dal.DataManager.USE_LABELS_BOTH;
42
import static org.gvsig.fmap.dal.DataManager.USE_LABELS_NO;
43
import static org.gvsig.fmap.dal.DataManager.USE_LABELS_YES;
41 44
import org.gvsig.fmap.dal.DataTypes;
42 45
import org.gvsig.fmap.dal.feature.AbstractFeatureStoreTransform;
43 46
import org.gvsig.fmap.dal.feature.impl.DALFile;
......
260 263
                "Indicates the preference when using labels over names."
261 264
        ).setAvailableValues(
262 265
                new DynObjectValueItem[] {
263
                    new DynObjectValueItem(0, "Use names"),
264
                    new DynObjectValueItem(1, "Use labels"),
265
                    new DynObjectValueItem(2, "Use labels and names"),
266
                    new DynObjectValueItem(USE_LABELS_NO, "Use names"),
267
                    new DynObjectValueItem(USE_LABELS_YES, "Use labels"),
268
                    new DynObjectValueItem(USE_LABELS_BOTH, "Use labels and names"),
266 269
                }
267 270
        ).setType(DataTypes.INT);
268 271
        

Also available in: Unified diff