public static enum FeatureLayer.Modes extends java.lang.Enum<FeatureLayer.Modes>
Enum Constant and Description |
---|
MODE_ONDEMAND |
MODE_SELECTION |
MODE_SNAPSHOT |
NOT_SET |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static FeatureLayer.Modes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureLayer.Modes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureLayer.Modes NOT_SET
public static final FeatureLayer.Modes MODE_ONDEMAND
public static final FeatureLayer.Modes MODE_SELECTION
public static final FeatureLayer.Modes MODE_SNAPSHOT
public static FeatureLayer.Modes[] values()
for (FeatureLayer.Modes c : FeatureLayer.Modes.values()) System.out.println(c);
public static FeatureLayer.Modes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()