Enum Constant and Description |
---|
ST_BACKUP |
ST_CONFIG |
ST_MEDIA |
ST_NODE |
ST_ROUTER |
ST_SERVER |
Modifier and Type | Method and Description |
---|---|
ArtNetNode |
createNode() |
int |
getStyleID() |
static NodeStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeStyle ST_NODE
public static final NodeStyle ST_SERVER
public static final NodeStyle ST_MEDIA
public static final NodeStyle ST_ROUTER
public static final NodeStyle ST_BACKUP
public static final NodeStyle ST_CONFIG
public static NodeStyle[] values()
for (NodeStyle c : NodeStyle.values()) System.out.println(c);
public static NodeStyle 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 ArtNetNode createNode()
public int getStyleID()