| Package | Description |
|---|---|
| de.dth.mdr.validator.enums |
Enumerators with entities from MDR REST interface.
|
| de.dth.mdr.validator.formats |
| Modifier and Type | Method and Description |
|---|---|
static EnumDateFormat |
EnumDateFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumDateFormat |
EnumDateFormat.valueOfTrimmed(String format) |
static EnumDateFormat[] |
EnumDateFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumDateFormat |
DateTimeFormats.getDateFormat()
Get the date format of this validator.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DateFormats.getDatePattern(EnumDateFormat enumDateFormat)
Get the date format pattern from the MDR date format description.
|
static String |
DateFormats.getDatepickerPattern(EnumDateFormat enumDateFormat)
Get the date format pattern from the MDR date format description that the date/time picker can
understand.
|
static String |
DateTimeFormats.getDateTimePattern(EnumDateFormat enumDateFormat,
EnumTimeFormat enumTimeFormat)
Get the date format pattern from the MDR date format description.
|
static String |
DateTimeFormats.getDatetimepickerPattern(EnumDateFormat enumDateFormat,
EnumTimeFormat enumTimeFormat)
Get the date/time format pattern from the MDR date format description that the date/time picker
can understand.
|
void |
DateTimeFormats.setDateFormat(EnumDateFormat dateFormat)
Set the date format of this validator.
|
| Constructor and Description |
|---|
DateTimeFormats(EnumDateFormat dateFormat,
EnumTimeFormat timeFormat)
Create an instance with the given date and time format.
|
Copyright © 2020 Samply Community. All rights reserved.