Serializable
, Comparable<CustomField.DateFormat>
public static enum CustomField.DateFormat extends Enum<CustomField.DateFormat>
Modifier and Type | Method | Description |
---|---|---|
static CustomField.DateFormat |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CustomField.DateFormat[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomField.DateFormat DATE_TIME
public static final CustomField.DateFormat DATE
public static final CustomField.DateFormat TIME
public static CustomField.DateFormat[] values()
for (CustomField.DateFormat c : CustomField.DateFormat.values()) System.out.println(c);
public static CustomField.DateFormat 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 © 2002–2019 itracker. All rights reserved.