public static enum TemporalUtil.UnsignedRoundingMode extends Enum<TemporalUtil.UnsignedRoundingMode>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
EMPTY |
HALF_EVEN |
HALF_INFINITY |
HALF_ZERO |
INFINITY |
ZERO |
| Modifier and Type | Method and Description |
|---|---|
static TemporalUtil.UnsignedRoundingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporalUtil.UnsignedRoundingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemporalUtil.UnsignedRoundingMode EMPTY
public static final TemporalUtil.UnsignedRoundingMode ZERO
public static final TemporalUtil.UnsignedRoundingMode INFINITY
public static final TemporalUtil.UnsignedRoundingMode HALF_INFINITY
public static final TemporalUtil.UnsignedRoundingMode HALF_ZERO
public static final TemporalUtil.UnsignedRoundingMode HALF_EVEN
public static TemporalUtil.UnsignedRoundingMode[] values()
public static TemporalUtil.UnsignedRoundingMode 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