Uses of Enum Class
net.time4j.format.NumberType
Packages that use NumberType
-
Uses of NumberType in net.time4j.format
Methods in net.time4j.format that return NumberTypeModifier 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.Methods in net.time4j.format with parameters of type NumberTypeModifier 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.