public static enum TemporalUtil.OffsetOption extends Enum<TemporalUtil.OffsetOption>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Method and Description |
|---|---|
static TemporalUtil.OffsetOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporalUtil.OffsetOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemporalUtil.OffsetOption USE
public static final TemporalUtil.OffsetOption IGNORE
public static final TemporalUtil.OffsetOption PREFER
public static final TemporalUtil.OffsetOption REJECT
public static TemporalUtil.OffsetOption[] values()
public static TemporalUtil.OffsetOption 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 null