public static enum TemporalUtil.RoundingMode extends Enum<TemporalUtil.RoundingMode>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
CEIL |
EMPTY |
EXPAND |
FLOOR |
HALF_CEIL |
HALF_EVEN |
HALF_EXPAND |
HALF_FLOOR |
HALF_TRUNC |
TRUNC |
| Modifier and Type | Method and Description |
|---|---|
static TemporalUtil.RoundingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporalUtil.RoundingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemporalUtil.RoundingMode EMPTY
public static final TemporalUtil.RoundingMode CEIL
public static final TemporalUtil.RoundingMode FLOOR
public static final TemporalUtil.RoundingMode EXPAND
public static final TemporalUtil.RoundingMode TRUNC
public static final TemporalUtil.RoundingMode HALF_EXPAND
public static final TemporalUtil.RoundingMode HALF_TRUNC
public static final TemporalUtil.RoundingMode HALF_EVEN
public static final TemporalUtil.RoundingMode HALF_FLOOR
public static final TemporalUtil.RoundingMode HALF_CEIL
public static TemporalUtil.RoundingMode[] values()
public static TemporalUtil.RoundingMode 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