Uses of Enum Class
net.time4j.format.expert.SignPolicy
Package
Description
This package contains the expert-level format- and parse engine of Time4J.
-
Uses of SignPolicy in net.time4j.format.expert
Modifier and TypeMethodDescriptionstatic SignPolicy
Returns the enum constant of this class with the specified name.static SignPolicy[]
SignPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionChronoFormatter.Builder.addInteger(ChronoElement<Integer> element, int minDigits, int maxDigits, SignPolicy signPolicy)
Defines an integer format for given chronological element.ChronoFormatter.Builder.addLongNumber(ChronoElement<Long> element, int minDigits, int maxDigits, SignPolicy signPolicy)
Defines an integer format for given chronological element.