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