public enum AreaFieldPreference extends Enum<AreaFieldPreference>
| Enum Constant and Description |
|---|
FIELD_DATABASE_DIR |
LAST_SHAPE_DIR |
LOAD_DIR |
SHAPE_ATT_NAME |
SHAPE_ATT_POLYGON |
SHAPE_CONTAINTS_FIELD |
SHAPE_CONTAINTS_PARTFIELD |
SHAPE_FILE_ARCHIVE_DIR |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultProperty() |
String |
getPropertyName() |
String |
getValue() |
void |
saveValue(String value) |
static AreaFieldPreference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AreaFieldPreference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AreaFieldPreference LOAD_DIR
public static final AreaFieldPreference SHAPE_FILE_ARCHIVE_DIR
public static final AreaFieldPreference FIELD_DATABASE_DIR
public static final AreaFieldPreference LAST_SHAPE_DIR
public static final AreaFieldPreference SHAPE_CONTAINTS_FIELD
public static final AreaFieldPreference SHAPE_CONTAINTS_PARTFIELD
public static final AreaFieldPreference SHAPE_ATT_POLYGON
public static final AreaFieldPreference SHAPE_ATT_NAME
public static AreaFieldPreference[] values()
for (AreaFieldPreference c : AreaFieldPreference.values()) System.out.println(c);
public static AreaFieldPreference valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getDefaultProperty()
public String getPropertyName()
public String getValue()
public void saveValue(String value)
Copyright © 2011. All Rights Reserved.