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