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