public static enum Node.NodeState extends Enum<Node.NodeState>
| Enum Constant and Description |
|---|
ACTIVATING |
ACTIVE |
OFFLINE |
PASSIVATING |
PASSIVE |
| Modifier and Type | Method and Description |
|---|---|
String |
getI18nKey() |
static Node.NodeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.NodeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Node.NodeState ACTIVE
public static final Node.NodeState PASSIVE
public static final Node.NodeState ACTIVATING
public static final Node.NodeState PASSIVATING
public static final Node.NodeState OFFLINE
public static Node.NodeState[] values()
for (Node.NodeState c : Node.NodeState.values()) System.out.println(c);
public static Node.NodeState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getI18nKey()
Copyright © 2002-2021 Atlassian. All Rights Reserved.