public enum VDSType extends Enum<VDSType>
| Enum Constant and Description |
|---|
oVirtNode |
PowerClient |
VDS |
| Modifier and Type | Method and Description |
|---|---|
static VDSType |
forValue(int value) |
int |
getValue() |
static VDSType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VDSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VDSType VDS
public static final VDSType PowerClient
public static final VDSType oVirtNode
public static VDSType[] values()
for (VDSType c : VDSType.values()) System.out.println(c);
public static VDSType 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 nullpublic int getValue()
public static VDSType forValue(int value)
Copyright © 2012. All Rights Reserved.