public static enum WaarpPrivateMib.OperStatus extends Enum<WaarpPrivateMib.OperStatus>
Enum Constant and Description |
---|
congested |
down |
halted |
quiescing |
restarting |
up |
Modifier and Type | Field and Description |
---|---|
int |
status |
Modifier and Type | Method and Description |
---|---|
static WaarpPrivateMib.OperStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaarpPrivateMib.OperStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WaarpPrivateMib.OperStatus up
public static final WaarpPrivateMib.OperStatus down
public static final WaarpPrivateMib.OperStatus halted
public static final WaarpPrivateMib.OperStatus congested
public static final WaarpPrivateMib.OperStatus restarting
public static final WaarpPrivateMib.OperStatus quiescing
public static WaarpPrivateMib.OperStatus[] values()
for (WaarpPrivateMib.OperStatus c : WaarpPrivateMib.OperStatus.values()) System.out.println(c);
public static WaarpPrivateMib.OperStatus 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 © 2009–2020 Waarp. All rights reserved.