public static enum SidebarHelper.NetworkState extends Enum<SidebarHelper.NetworkState>
| Enum Constant and Description |
|---|
CLOCKSKEW |
ERROR |
FIREWALLED |
HIDDEN |
RUNNING |
TESTING |
VMCOMM |
WARN |
| Modifier and Type | Method and Description |
|---|---|
static SidebarHelper.NetworkState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SidebarHelper.NetworkState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SidebarHelper.NetworkState CLOCKSKEW
public static final SidebarHelper.NetworkState ERROR
public static final SidebarHelper.NetworkState FIREWALLED
public static final SidebarHelper.NetworkState HIDDEN
public static final SidebarHelper.NetworkState RUNNING
public static final SidebarHelper.NetworkState TESTING
public static final SidebarHelper.NetworkState VMCOMM
public static final SidebarHelper.NetworkState WARN
public static SidebarHelper.NetworkState 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 static SidebarHelper.NetworkState[] values()
for (SidebarHelper.NetworkState c : SidebarHelper.NetworkState.values()) System.out.println(c);