| 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 EnumTimeFormat |
EnumTimeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumTimeFormat |
EnumTimeFormat.valueOfTrimmed(String format) |
static EnumTimeFormat[] |
EnumTimeFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumTimeFormat |
DateTimeFormats.getTimeFormat()
Get the time format of this validator.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static String |
TimeFormats.getTimePattern(EnumTimeFormat enumTimeFormat)
Get the date format pattern from the MDR date format description.
|
static String |
TimeFormats.getTimepickerPattern(EnumTimeFormat enumTimeFormat)
Get the date format pattern from the MDR date format description that the timepicker can
understand.
|
void |
DateTimeFormats.setTimeFormat(EnumTimeFormat timeFormat)
Set the time 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.