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