Enum DateTimeFormatDescriptor.HourCycleType

java.lang.Object
java.lang.Enum<DateTimeFormatDescriptor.HourCycleType>
org.teamapps.ux.session.DateTimeFormatDescriptor.HourCycleType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DateTimeFormatDescriptor.HourCycleType>, java.lang.constant.Constable
Enclosing class:
DateTimeFormatDescriptor

public static enum DateTimeFormatDescriptor.HourCycleType
extends java.lang.Enum<DateTimeFormatDescriptor.HourCycleType>
  • 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
    H11
    0-11
    H12
    1-12
    H23
    0-23
    H24
    1-24
  • Method Summary

    Modifier and Type Method Description
    org.teamapps.dto.UiHourCycleType toUiValue()  
    static DateTimeFormatDescriptor.HourCycleType valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static DateTimeFormatDescriptor.HourCycleType[] 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