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