Uses of Interface
org.joda.time.format.PeriodFormatterBuilder.PeriodFieldAffix
-
Packages that use PeriodFormatterBuilder.PeriodFieldAffix Package Description org.joda.time.format 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.PeriodFieldAffix Modifier and Type Class Description (package private) static class
PeriodFormatterBuilder.CompositeAffix
Builds a composite affix by merging two other affix implementations.(package private) static class
PeriodFormatterBuilder.IgnorableAffix
An affix that can be ignored.(package private) static class
PeriodFormatterBuilder.PluralAffix
Implements an affix where the text varies by the amount of the field.(package private) static class
PeriodFormatterBuilder.RegExAffix
Implements an affix where the text varies by the amount of the field.(package private) static class
PeriodFormatterBuilder.SimpleAffix
Implements an affix where the text does not vary by the amount.Fields in org.joda.time.format declared as PeriodFormatterBuilder.PeriodFieldAffix Modifier and Type Field Description private PeriodFormatterBuilder.PeriodFieldAffix
PeriodFormatterBuilder.CompositeAffix. iLeft
private PeriodFormatterBuilder.PeriodFieldAffix
PeriodFormatterBuilder.FieldFormatter. iPrefix
private PeriodFormatterBuilder.PeriodFieldAffix
PeriodFormatterBuilder. iPrefix
private PeriodFormatterBuilder.PeriodFieldAffix
PeriodFormatterBuilder.CompositeAffix. iRight
private PeriodFormatterBuilder.PeriodFieldAffix
PeriodFormatterBuilder.FieldFormatter. iSuffix
Methods in org.joda.time.format with parameters of type PeriodFormatterBuilder.PeriodFieldAffix Modifier and Type Method Description private PeriodFormatterBuilder
PeriodFormatterBuilder. appendPrefix(PeriodFormatterBuilder.PeriodFieldAffix prefix)
Append a field prefix which applies only to the next appended field.private PeriodFormatterBuilder
PeriodFormatterBuilder. 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.PeriodFieldAffix Modifier and Type Method Description void
PeriodFormatterBuilder.IgnorableAffix. finish(java.util.Set<PeriodFormatterBuilder.PeriodFieldAffix> periodFieldAffixesToIgnore)
void
PeriodFormatterBuilder.PeriodFieldAffix. finish(java.util.Set<PeriodFormatterBuilder.PeriodFieldAffix> affixesToIgnore)
This method should be called only once.Constructors in org.joda.time.format with parameters of type PeriodFormatterBuilder.PeriodFieldAffix Constructor Description CompositeAffix(PeriodFormatterBuilder.PeriodFieldAffix left, PeriodFormatterBuilder.PeriodFieldAffix right)
FieldFormatter(int minPrintedDigits, int printZeroSetting, int maxParsedDigits, boolean rejectSignedValues, int fieldType, PeriodFormatterBuilder.FieldFormatter[] fieldFormatters, PeriodFormatterBuilder.PeriodFieldAffix prefix, PeriodFormatterBuilder.PeriodFieldAffix suffix)
FieldFormatter(PeriodFormatterBuilder.FieldFormatter field, PeriodFormatterBuilder.PeriodFieldAffix suffix)
-