public enum NodeGroupLinkAction extends java.lang.Enum<NodeGroupLinkAction>
| Modifier and Type | Method and Description |
|---|---|
static NodeGroupLinkAction |
fromCode(java.lang.String code) |
static NodeGroupLinkAction |
fromShortName(java.lang.String shortName) |
java.lang.String |
getShortName() |
java.lang.String |
toString() |
static NodeGroupLinkAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeGroupLinkAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeGroupLinkAction P
public static final NodeGroupLinkAction W
public static final NodeGroupLinkAction R
public static NodeGroupLinkAction[] values()
for (NodeGroupLinkAction c : NodeGroupLinkAction.values()) System.out.println(c);
public static NodeGroupLinkAction 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 static NodeGroupLinkAction fromCode(java.lang.String code)
public static NodeGroupLinkAction fromShortName(java.lang.String shortName)
public java.lang.String getShortName()
public java.lang.String toString()
toString in class java.lang.Enum<NodeGroupLinkAction>