public static enum FeatureLayer.Selections extends java.lang.Enum<FeatureLayer.Selections>
Enum Constant and Description |
---|
NOT_SET |
SELECTION_ADD |
SELECTION_NEW |
SELECTION_SUBTRACTION |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static FeatureLayer.Selections |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureLayer.Selections[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureLayer.Selections NOT_SET
public static final FeatureLayer.Selections SELECTION_ADD
public static final FeatureLayer.Selections SELECTION_NEW
public static final FeatureLayer.Selections SELECTION_SUBTRACTION
public static FeatureLayer.Selections[] values()
for (FeatureLayer.Selections c : FeatureLayer.Selections.values()) System.out.println(c);
public static FeatureLayer.Selections 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()