Uses of Enum
com.ibm.icu.impl.DayPeriodRules.CutoffType
Packages that use DayPeriodRules.CutoffType
-
Uses of DayPeriodRules.CutoffType in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as DayPeriodRules.CutoffTypeModifier and TypeFieldDescriptionprivate DayPeriodRules.CutoffType
DayPeriodRules.DayPeriodRulesDataSink.cutoffType
Methods in com.ibm.icu.impl that return DayPeriodRules.CutoffTypeModifier and TypeMethodDescriptionprivate static DayPeriodRules.CutoffType
DayPeriodRules.CutoffType.fromStringOrNull
(CharSequence str) static DayPeriodRules.CutoffType
Returns the enum constant of this type with the specified name.static DayPeriodRules.CutoffType[]
DayPeriodRules.CutoffType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.impl with parameters of type DayPeriodRules.CutoffTypeModifier and TypeMethodDescriptionprivate void
DayPeriodRules.DayPeriodRulesDataSink.addCutoff
(DayPeriodRules.CutoffType type, String hourStr)