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