Uses of Enum Class
net.time4j.format.expert.SignPolicy
Packages that use SignPolicy
Package
Description
This package contains the expert-level format- and parse engine of Time4J.
- 
Uses of SignPolicy in net.time4j.format.expert
Methods in net.time4j.format.expert that return SignPolicyModifier and TypeMethodDescriptionstatic SignPolicyReturns 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.Methods in net.time4j.format.expert with parameters of type SignPolicyModifier 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.