java.io.Serializable
, java.lang.Comparable<Reference.conditionsModeType>
public static enum Reference.conditionsModeType extends java.lang.Enum<Reference.conditionsModeType>
Enum Constant | Description |
---|---|
all_of |
|
any_of |
|
simple_condition |
Modifier and Type | Method | Description |
---|---|---|
static Reference.conditionsModeType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Reference.conditionsModeType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Reference.conditionsModeType all_of
public static final Reference.conditionsModeType any_of
public static final Reference.conditionsModeType simple_condition
public static Reference.conditionsModeType[] values()
for (Reference.conditionsModeType c : Reference.conditionsModeType.values()) System.out.println(c);
public static Reference.conditionsModeType 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