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

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • 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.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait