public enum UIDateTimeDataType extends Enum<UIDateTimeDataType>
Enum Constant and Description |
---|
LocalDate |
LocalDateTime |
LocalTime |
OffsetDateTime |
OffsetTime |
ZonedDateTime |
ZoneId |
Modifier and Type | Method and Description |
---|---|
GDateTime.Type |
getGDateTimeType()
Returns the corresponding type for GDateTime.
|
Value.Type |
getValueType()
Returns the Value type for Value.
|
static UIDateTimeDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIDateTimeDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIDateTimeDataType LocalTime
public static final UIDateTimeDataType OffsetTime
public static final UIDateTimeDataType LocalDate
public static final UIDateTimeDataType LocalDateTime
public static final UIDateTimeDataType OffsetDateTime
public static final UIDateTimeDataType ZonedDateTime
public static final UIDateTimeDataType ZoneId
public static UIDateTimeDataType[] values()
for (UIDateTimeDataType c : UIDateTimeDataType.values()) System.out.println(c);
public static UIDateTimeDataType 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 nullpublic GDateTime.Type getGDateTimeType()
public Value.Type getValueType()
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.