Uses of Interface
org.joda.time.format.PeriodFormatterBuilder.PeriodFieldAffix
Packages that use PeriodFormatterBuilder.PeriodFieldAffix
Package
Description
Provides printing and parsing support for instants and durations.
-
Uses of PeriodFormatterBuilder.PeriodFieldAffix in org.joda.time.format
Classes in org.joda.time.format that implement PeriodFormatterBuilder.PeriodFieldAffixModifier and TypeClassDescription(package private) static classBuilds a composite affix by merging two other affix implementations.(package private) static classAn affix that can be ignored.(package private) static classImplements an affix where the text varies by the amount of the field.(package private) static classImplements an affix where the text varies by the amount of the field.(package private) static classImplements an affix where the text does not vary by the amount.Fields in org.joda.time.format declared as PeriodFormatterBuilder.PeriodFieldAffixModifier and TypeFieldDescriptionprivate final PeriodFormatterBuilder.PeriodFieldAffixPeriodFormatterBuilder.CompositeAffix.iLeftprivate final PeriodFormatterBuilder.PeriodFieldAffixPeriodFormatterBuilder.FieldFormatter.iPrefixPeriodFormatterBuilder.iPrefixprivate final PeriodFormatterBuilder.PeriodFieldAffixPeriodFormatterBuilder.CompositeAffix.iRightprivate final PeriodFormatterBuilder.PeriodFieldAffixPeriodFormatterBuilder.FieldFormatter.iSuffixMethods in org.joda.time.format with parameters of type PeriodFormatterBuilder.PeriodFieldAffixModifier and TypeMethodDescriptionprivate PeriodFormatterBuilderPeriodFormatterBuilder.appendPrefix(PeriodFormatterBuilder.PeriodFieldAffix prefix) Append a field prefix which applies only to the next appended field.private PeriodFormatterBuilderPeriodFormatterBuilder.appendSuffix(PeriodFormatterBuilder.PeriodFieldAffix suffix) Append a field suffix which applies only to the last appended field.Method parameters in org.joda.time.format with type arguments of type PeriodFormatterBuilder.PeriodFieldAffixModifier and TypeMethodDescriptionvoidPeriodFormatterBuilder.IgnorableAffix.finish(Set<PeriodFormatterBuilder.PeriodFieldAffix> periodFieldAffixesToIgnore) voidPeriodFormatterBuilder.PeriodFieldAffix.finish(Set<PeriodFormatterBuilder.PeriodFieldAffix> affixesToIgnore) This method should be called only once.Constructors in org.joda.time.format with parameters of type PeriodFormatterBuilder.PeriodFieldAffixModifierConstructorDescription(package private)CompositeAffix(PeriodFormatterBuilder.PeriodFieldAffix left, PeriodFormatterBuilder.PeriodFieldAffix right) (package private)FieldFormatter(int minPrintedDigits, int printZeroSetting, int maxParsedDigits, boolean rejectSignedValues, int fieldType, PeriodFormatterBuilder.FieldFormatter[] fieldFormatters, PeriodFormatterBuilder.PeriodFieldAffix prefix, PeriodFormatterBuilder.PeriodFieldAffix suffix) (package private)FieldFormatter(PeriodFormatterBuilder.FieldFormatter field, PeriodFormatterBuilder.PeriodFieldAffix suffix)