public static enum GPDateOffsetField.GPOffsetFormat extends Enum<GPDateOffsetField.GPOffsetFormat>
GPDateOffsetField.setCurrentFormat(GPOffsetFormat)| Modifier and Type | Method and Description |
|---|---|
static GPDateOffsetField.GPOffsetFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPDateOffsetField.GPOffsetFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPDateOffsetField.GPOffsetFormat Calendar
public static final GPDateOffsetField.GPOffsetFormat Fraction
public static GPDateOffsetField.GPOffsetFormat[] values()
for (GPDateOffsetField.GPOffsetFormat c : GPDateOffsetField.GPOffsetFormat.values()) System.out.println(c);
public static GPDateOffsetField.GPOffsetFormat 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 © 2025. All rights reserved.