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