public static enum ModifierQueryNode.Modifier extends java.lang.Enum<ModifierQueryNode.Modifier>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toDigitString() |
java.lang.String |
toLargeString() |
java.lang.String |
toString() |
static ModifierQueryNode.Modifier |
valueOf(java.lang.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(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 toString()
toString
in class java.lang.Enum<ModifierQueryNode.Modifier>
public java.lang.String toDigitString()
public java.lang.String toLargeString()
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.