public static enum GPDateField.GPDateFormat extends Enum<GPDateField.GPDateFormat>
GPDateField.setFormat(GPDateFormat)| Enum Constant and Description |
|---|
Cal |
ISO_8601 |
jj_1950 |
jj_2000 |
jj_sec_1950 |
jj_sec_2000 |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static GPDateField.GPDateFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPDateField.GPDateFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPDateField.GPDateFormat Cal
public static final GPDateField.GPDateFormat ISO_8601
public static final GPDateField.GPDateFormat jj_1950
public static final GPDateField.GPDateFormat jj_2000
public static final GPDateField.GPDateFormat jj_sec_1950
public static final GPDateField.GPDateFormat jj_sec_2000
public static GPDateField.GPDateFormat[] values()
for (GPDateField.GPDateFormat c : GPDateField.GPDateFormat.values()) System.out.println(c);
public static GPDateField.GPDateFormat 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 String toString()
toString in class Enum<GPDateField.GPDateFormat>Copyright © 2025. All rights reserved.