Package | Description |
---|---|
com.vmware.vapi.std |
The
com.vmware.vapi.std package provides standard types that can be used
in the interface specification of any interface. |
Modifier and Type | Method and Description |
---|---|
LocalizationParam.DateTimeFormat.Values |
LocalizationParam.DateTimeFormat.getEnumValue()
Returns a native Java
enum constant representing this enumeration
constant. |
static LocalizationParam.DateTimeFormat.Values |
LocalizationParam.DateTimeFormat.Values.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalizationParam.DateTimeFormat.Values[] |
LocalizationParam.DateTimeFormat.Values.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|