Package org.elasticsearch.common
Enum Rounding.DateTimeUnit
java.lang.Object
java.lang.Enum<Rounding.DateTimeUnit>
org.elasticsearch.common.Rounding.DateTimeUnit
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<Rounding.DateTimeUnit>
,java.lang.constant.Constable
- Enclosing class:
- Rounding
public static enum Rounding.DateTimeUnit extends java.lang.Enum<Rounding.DateTimeUnit>
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description DAY_OF_MONTH
HOUR_OF_DAY
MINUTES_OF_HOUR
MONTH_OF_YEAR
QUARTER_OF_YEAR
SECOND_OF_MINUTE
WEEK_OF_WEEKYEAR
YEAR_OF_CENTURY
-
Method Summary
Modifier and Type Method Description java.time.temporal.TemporalField
getField()
byte
getId()
static Rounding.DateTimeUnit
resolve(byte id)
static Rounding.DateTimeUnit
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Rounding.DateTimeUnit[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getId
public byte getId() -
getField
public java.time.temporal.TemporalField getField() -
resolve
-