static enum PP_FilterZoneReasoning.WorldZone extends java.lang.Enum<PP_FilterZoneReasoning.WorldZone>
| Enum Constant and Description |
|---|
BRIGHT
The bright.
|
DARK
The dark.
|
GRAY
The gray.
|
NOT_DEFINED
The not defined.
|
| Modifier and Type | Method and Description |
|---|---|
static PP_FilterZoneReasoning.WorldZone |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PP_FilterZoneReasoning.WorldZone[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PP_FilterZoneReasoning.WorldZone NOT_DEFINED
public static final PP_FilterZoneReasoning.WorldZone BRIGHT
public static final PP_FilterZoneReasoning.WorldZone GRAY
public static final PP_FilterZoneReasoning.WorldZone DARK
public static PP_FilterZoneReasoning.WorldZone[] values()
for (PP_FilterZoneReasoning.WorldZone c : PP_FilterZoneReasoning.WorldZone.values()) System.out.println(c);
public static PP_FilterZoneReasoning.WorldZone 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 null