public static enum AppManagerImpl.NodeStatus extends Enum<AppManagerImpl.NodeStatus>
| Modifier and Type | Method and Description |
|---|---|
static AppManagerImpl.NodeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppManagerImpl.NodeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppManagerImpl.NodeStatus UP
public static final AppManagerImpl.NodeStatus DOWN
public static AppManagerImpl.NodeStatus[] values()
for (AppManagerImpl.NodeStatus c : AppManagerImpl.NodeStatus.values()) System.out.println(c);
public static AppManagerImpl.NodeStatus 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 nullCopyright © 2019. All rights reserved.