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 | Field and Description |
---|---|
static LocalizationParam.DateTimeFormat |
LocalizationParam.DateTimeFormat.FULL_DATE
The date and time value will be formatted as full date, for example 2019 Jan
28, Mon.
|
static LocalizationParam.DateTimeFormat |
LocalizationParam.DateTimeFormat.FULL_DATE_TIME
The date and time value will be formatted as full date and time, for example
2019 Jan 28, Mon 12:59:01 Z.
|
static LocalizationParam.DateTimeFormat |
LocalizationParam.DateTimeFormat.FULL_TIME
The date and time value will be formatted as full time, for example 12:59:01
Z.
|
static LocalizationParam.DateTimeFormat |
LocalizationParam.DateTimeFormat.LONG_DATE
The date and time value will be formatted as long date, for example 2019 Jan
28.
|
static LocalizationParam.DateTimeFormat |
LocalizationParam.DateTimeFormat.LONG_DATE_TIME
The date and time value will be formatted as long date and time, for example
2019 Jan 28 12:59:01 Z.
|
static LocalizationParam.DateTimeFormat |
LocalizationParam.DateTimeFormat.LONG_TIME
The date and time value will be formatted as long time, for example 12:59:01
Z.
|
static LocalizationParam.DateTimeFormat |
LocalizationParam.DateTimeFormat.MED_DATE
The date and time value will be formatted as medium date, for example 2019
Jan 28.
|
static LocalizationParam.DateTimeFormat |
LocalizationParam.DateTimeFormat.MED_DATE_TIME
The date and time value will be formatted as medium date and time, for example
2019 Jan 28 12:59:01.
|
static LocalizationParam.DateTimeFormat |
LocalizationParam.DateTimeFormat.MED_TIME
The date and time value will be formatted as medium time, for example
12:59:01.
|
static LocalizationParam.DateTimeFormat |
LocalizationParam.DateTimeFormat.SHORT_DATE
The date and time value will be formatted as short date, for example
2019-01-28.
|
static LocalizationParam.DateTimeFormat |
LocalizationParam.DateTimeFormat.SHORT_DATE_TIME
The date and time value will be formatted as short date and time, for example
2019-01-28 12:59.
|
static LocalizationParam.DateTimeFormat |
LocalizationParam.DateTimeFormat.SHORT_TIME
The date and time value will be formatted as short time, for example
12:59.
|
Modifier and Type | Method and Description |
---|---|
LocalizationParam.DateTimeFormat |
LocalizationParam.getFormat()
Format associated with the date and time value in
getDt() property. |
static LocalizationParam.DateTimeFormat |
LocalizationParam.DateTimeFormat.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static LocalizationParam.DateTimeFormat[] |
LocalizationParam.DateTimeFormat.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalizationParam.setFormat(LocalizationParam.DateTimeFormat format)
Format associated with the date and time value in
getDt() property. |
LocalizationParam.Builder |
LocalizationParam.Builder.setFormat(LocalizationParam.DateTimeFormat format)
Format associated with the date and time value in
getDt() property. |