Package org.elasticsearch.common
Enum Class Rounding.DateTimeUnit
- All Implemented Interfaces:
Serializable
,Comparable<Rounding.DateTimeUnit>
,Constable
- Enclosing class:
- Rounding
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
Modifier and TypeFieldDescriptionprotected final long
ratio to milliseconds if isMillisBased == true or to month otherwise -
Method Summary
Modifier and TypeMethodDescriptiongetField()
byte
getId()
static Rounding.DateTimeUnit
resolve
(byte id) static Rounding.DateTimeUnit
static Rounding.DateTimeUnit
Returns the enum constant of this class with the specified name.static Rounding.DateTimeUnit[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WEEK_OF_WEEKYEAR
-
YEAR_OF_CENTURY
-
QUARTER_OF_YEAR
-
MONTH_OF_YEAR
-
DAY_OF_MONTH
-
HOUR_OF_DAY
-
MINUTES_OF_HOUR
-
SECOND_OF_MINUTE
-
-
Field Details
-
ratio
protected final long ratioratio to milliseconds if isMillisBased == true or to month otherwise
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getId
public byte getId() -
getField
-
resolve
-
shortName
-
resolve
-