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