public enum MachineIpmiState extends Enum<MachineIpmiState>
| Enum Constant and Description |
|---|
CONFIGURED |
NOT_CONFIGURED |
| Modifier and Type | Method and Description |
|---|---|
static MachineIpmiState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MachineIpmiState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MachineIpmiState CONFIGURED
public static final MachineIpmiState NOT_CONFIGURED
public static MachineIpmiState[] values()
for (MachineIpmiState c : MachineIpmiState.values()) System.out.println(c);
public static MachineIpmiState 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 © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.