Uses of Class
com.ibm.icu.impl.DayPeriodRules.CutoffType
-
Packages that use DayPeriodRules.CutoffType Package Description com.ibm.icu.impl -
-
Uses of DayPeriodRules.CutoffType in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as DayPeriodRules.CutoffType Modifier and Type Field Description private DayPeriodRules.CutoffType
DayPeriodRules.DayPeriodRulesDataSink. cutoffType
Methods in com.ibm.icu.impl that return DayPeriodRules.CutoffType Modifier and Type Method Description private static DayPeriodRules.CutoffType
DayPeriodRules.CutoffType. fromStringOrNull(java.lang.CharSequence str)
static DayPeriodRules.CutoffType
DayPeriodRules.CutoffType. valueOf(java.lang.String name)
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.CutoffType Modifier and Type Method Description private void
DayPeriodRules.DayPeriodRulesDataSink. addCutoff(DayPeriodRules.CutoffType type, java.lang.String hourStr)
-