Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
Modifier and Type | Method and Description |
---|---|
HardwareModuleClass.Values |
HardwareModuleClass.getEnumValue()
Returns a native Java
enum constant representing this enumeration
constant. |
static HardwareModuleClass.Values |
HardwareModuleClass.Values.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HardwareModuleClass.Values[] |
HardwareModuleClass.Values.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|