Uses of Class
com.ibm.icu.util.IslamicCalendar.CalculationType
-
Packages that use IslamicCalendar.CalculationType Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of IslamicCalendar.CalculationType in com.ibm.icu.util
Fields in com.ibm.icu.util declared as IslamicCalendar.CalculationType Modifier and Type Field Description private IslamicCalendar.CalculationType
IslamicCalendar. cType
determines the type of calculation to use for this instanceMethods in com.ibm.icu.util that return IslamicCalendar.CalculationType Modifier and Type Method Description IslamicCalendar.CalculationType
IslamicCalendar. getCalculationType()
gets the calculation type for this calendar.IslamicCalendar.CalculationType
IslamicCalendar.Algorithm. getType()
Return the type the algorithm implement.IslamicCalendar.CalculationType
IslamicCalendar.CivilAlgorithm. getType()
IslamicCalendar.CalculationType
IslamicCalendar.IslamicAlgorithm. getType()
IslamicCalendar.CalculationType
IslamicCalendar.TBLAAlgorithm. getType()
IslamicCalendar.CalculationType
IslamicCalendar.UmalquraAlgorithm. getType()
static IslamicCalendar.CalculationType
IslamicCalendar.CalculationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IslamicCalendar.CalculationType[]
IslamicCalendar.CalculationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type IslamicCalendar.CalculationType Modifier and Type Method Description void
IslamicCalendar. setCalculationType(IslamicCalendar.CalculationType type)
sets the calculation type for this calendar.
-