Uses of Enum Class
javax.time.calendar.format.DateTimeFormatterBuilder.SignStyle
Packages that use DateTimeFormatterBuilder.SignStyle
Package
Description
Provides classes to format dates and times as strings.
-
Uses of DateTimeFormatterBuilder.SignStyle in javax.time.calendar.format
Subclasses with type arguments of type DateTimeFormatterBuilder.SignStyle in javax.time.calendar.formatModifier and TypeClassDescriptionstatic enumEnumeration of ways to handle the positive/negative sign.Fields in javax.time.calendar.format declared as DateTimeFormatterBuilder.SignStyleModifier and TypeFieldDescriptionprivate final DateTimeFormatterBuilder.SignStyleNumberPrinterParser.signStyleThe positive/negative sign style, not null.Methods in javax.time.calendar.format that return DateTimeFormatterBuilder.SignStyleModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DateTimeFormatterBuilder.SignStyle[]DateTimeFormatterBuilder.SignStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in javax.time.calendar.format with parameters of type DateTimeFormatterBuilder.SignStyleModifier and TypeMethodDescriptionDateTimeFormatterBuilder.appendValue(DateTimeFieldRule<?> rule, int minWidth, int maxWidth, DateTimeFormatterBuilder.SignStyle signStyle) Appends the value of a date-time field to the formatter providing full control over printing.Constructors in javax.time.calendar.format with parameters of type DateTimeFormatterBuilder.SignStyleModifierConstructorDescription(package private)NumberPrinterParser(DateTimeFieldRule<?> rule, int minWidth, int maxWidth, DateTimeFormatterBuilder.SignStyle signStyle) Constructor.privateNumberPrinterParser(DateTimeFieldRule<?> rule, int minWidth, int maxWidth, DateTimeFormatterBuilder.SignStyle signStyle, int subsequentWidth) Constructor.