public static enum ModifierQueryNode.Modifier extends Enum<ModifierQueryNode.Modifier>
| Modifier and Type | Method and Description |
|---|---|
String |
toDigitString() |
String |
toLargeString() |
String |
toString() |
static ModifierQueryNode.Modifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifierQueryNode.Modifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModifierQueryNode.Modifier MOD_NONE
public static final ModifierQueryNode.Modifier MOD_NOT
public static final ModifierQueryNode.Modifier MOD_REQ
public static ModifierQueryNode.Modifier[] values()
for (ModifierQueryNode.Modifier c : ModifierQueryNode.Modifier.values()) System.out.println(c);
public static ModifierQueryNode.Modifier valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ModifierQueryNode.Modifier>public String toDigitString()
public String toLargeString()