Uses of Enum Class
net.time4j.format.NumberType
-
Uses of NumberType in net.time4j.format
Modifier and TypeMethodDescriptionabstract NumberType
PluralRules.getNumberType()
Yields the number type these rules are referring to.static NumberType
Returns the enum constant of this class with the specified name.static NumberType[]
NumberType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPluralProvider.load(Locale country, NumberType numType)
Defines the plural rules for given country or language.static PluralRules
PluralRules.of(Locale locale, NumberType numType)
Gets the localized plural rules for given language or country.