|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PhysicalMachine.PowerStateKind>
hu.mta.sztaki.lpds.cloud.simulator.iaas.PhysicalMachine.PowerStateKind
public static enum PhysicalMachine.PowerStateKind
When defining powertransitions for the PM one has to label each transiton's properties with a kind
Enum Constant Summary | |
---|---|
host
the powerstate definitions belong to the cpu and memory resources of the PM |
|
network
the powerstate definitions belong to the network interface of the PM |
|
storage
the powerstate definitions belong to the local disk of the PM |
Method Summary | |
---|---|
static PhysicalMachine.PowerStateKind |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PhysicalMachine.PowerStateKind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PhysicalMachine.PowerStateKind host
public static final PhysicalMachine.PowerStateKind storage
public static final PhysicalMachine.PowerStateKind network
Method Detail |
---|
public static PhysicalMachine.PowerStateKind[] values()
for (PhysicalMachine.PowerStateKind c : PhysicalMachine.PowerStateKind.values()) System.out.println(c);
public static PhysicalMachine.PowerStateKind valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |