Uses of Enum Class
net.time4j.format.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
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionstatic AttributeKey<NumberSystem>
Attributes.NUMBER_SYSTEM
Determines the number system.Modifier 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)