Uses of Enum Class
net.time4j.format.NumberSystem
Packages that use NumberSystem
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.Support for various regional calendars.
Defines common interfaces for any format support of Time4J.
-
Uses of NumberSystem in net.time4j
Methods in net.time4j with parameters of type NumberSystemModifier and TypeMethodDescriptionPrettyTime.withNumerals(NumberSystem numsys)
Defines the given number system for representing amounts.PrettyTime.withZeroDigit(NumberSystem numberSystem)
Deprecated. -
Uses of NumberSystem in net.time4j.calendar
Methods in net.time4j.calendar with parameters of type NumberSystemModifier and TypeMethodDescriptionEastAsianMonth.getDisplayName(Locale locale, NumberSystem numsys)
Obtains a mainly numeric representation of this month for display purposes. -
Uses of NumberSystem in net.time4j.format
Fields in net.time4j.format with type parameters of type NumberSystemModifier and TypeFieldDescriptionstatic AttributeKey<NumberSystem>
Attributes.NUMBER_SYSTEM
Determines the number system.Methods in net.time4j.format that return NumberSystemModifier and TypeMethodDescriptiondefault NumberSystem
NumberSymbolProvider.getDefaultNumberSystem(Locale locale)
Obtains the standard number system for given locale.static NumberSystem
Returns the enum constant of this class with the specified name.static NumberSystem[]
NumberSystem.values()
Returns an array containing the constants of this enum class, in the order they are declared.
PrettyTime.withZeroDigit(char)
orPrettyTime.withNumerals(NumberSystem)