Uses of Class
org.teamapps.dto.UiHourCycleType
-
-
Uses of UiHourCycleType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiHourCycleType Modifier and Type Field Description protected UiHourCycleTypeUiDateTimeFormatDescriptor. hourCycleMethods in org.teamapps.dto that return UiHourCycleType Modifier and Type Method Description UiHourCycleTypeUiDateTimeFormatDescriptor. getHourCycle()static UiHourCycleTypeUiHourCycleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiHourCycleType[]UiHourCycleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiHourCycleType Modifier and Type Method Description UiDateTimeFormatDescriptorUiDateTimeFormatDescriptor. setHourCycle(UiHourCycleType hourCycle)
-