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