public static enum DateTimeFormElementConfiguration.Format extends Enum<DateTimeFormElementConfiguration.Format>
| Enum Constant and Description |
|---|
DATE |
DATE_FULL |
DATETIME |
DATETIME_FULL |
TIME |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeFormElementConfiguration.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeFormElementConfiguration.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateTimeFormElementConfiguration.Format DATE
public static final DateTimeFormElementConfiguration.Format DATE_FULL
public static final DateTimeFormElementConfiguration.Format TIME
public static final DateTimeFormElementConfiguration.Format DATETIME
public static final DateTimeFormElementConfiguration.Format DATETIME_FULL
public static DateTimeFormElementConfiguration.Format[] values()
for (DateTimeFormElementConfiguration.Format c : DateTimeFormElementConfiguration.Format.values()) System.out.println(c);
public static DateTimeFormElementConfiguration.Format valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.