public static enum HSWanMetricsElement.LinkStatus extends Enum<HSWanMetricsElement.LinkStatus>
Modifier and Type | Method and Description |
---|---|
static HSWanMetricsElement.LinkStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HSWanMetricsElement.LinkStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HSWanMetricsElement.LinkStatus Reserved
public static final HSWanMetricsElement.LinkStatus Up
public static final HSWanMetricsElement.LinkStatus Down
public static final HSWanMetricsElement.LinkStatus Test
public static HSWanMetricsElement.LinkStatus[] values()
for (HSWanMetricsElement.LinkStatus c : HSWanMetricsElement.LinkStatus.values()) System.out.println(c);
public static HSWanMetricsElement.LinkStatus 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