public static enum AssumeTimezoneOptions.Ambiguous extends Enum<AssumeTimezoneOptions.Ambiguous>
| Enum Constant and Description |
|---|
AMBIGUOUS_EARLIEST |
AMBIGUOUS_LATEST |
AMBIGUOUS_RAISE |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
AssumeTimezoneOptions.Ambiguous |
intern() |
String |
toString() |
static AssumeTimezoneOptions.Ambiguous |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssumeTimezoneOptions.Ambiguous[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssumeTimezoneOptions.Ambiguous AMBIGUOUS_RAISE
public static final AssumeTimezoneOptions.Ambiguous AMBIGUOUS_EARLIEST
public static final AssumeTimezoneOptions.Ambiguous AMBIGUOUS_LATEST
public static AssumeTimezoneOptions.Ambiguous[] values()
for (AssumeTimezoneOptions.Ambiguous c : AssumeTimezoneOptions.Ambiguous.values()) System.out.println(c);
public static AssumeTimezoneOptions.Ambiguous 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 AssumeTimezoneOptions.Ambiguous intern()
public String toString()
toString in class Enum<AssumeTimezoneOptions.Ambiguous>Copyright © 2022. All rights reserved.