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 classPeriodFormatterBuilder.CompositeAffixBuilds a composite affix by merging two other affix implementations.(package private) static classPeriodFormatterBuilder.IgnorableAffixAn affix that can be ignored.(package private) static classPeriodFormatterBuilder.PluralAffixImplements an affix where the text varies by the amount of the field.(package private) static classPeriodFormatterBuilder.RegExAffixImplements an affix where the text varies by the amount of the field.(package private) static classPeriodFormatterBuilder.SimpleAffixImplements 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.PeriodFieldAffixPeriodFormatterBuilder.CompositeAffix. iLeftprivate PeriodFormatterBuilder.PeriodFieldAffixPeriodFormatterBuilder.FieldFormatter. iPrefixprivate PeriodFormatterBuilder.PeriodFieldAffixPeriodFormatterBuilder. iPrefixprivate PeriodFormatterBuilder.PeriodFieldAffixPeriodFormatterBuilder.CompositeAffix. iRightprivate PeriodFormatterBuilder.PeriodFieldAffixPeriodFormatterBuilder.FieldFormatter. iSuffixMethods in org.joda.time.format with parameters of type PeriodFormatterBuilder.PeriodFieldAffix Modifier and Type Method Description private 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.PeriodFieldAffix Modifier and Type Method Description voidPeriodFormatterBuilder.IgnorableAffix. finish(java.util.Set<PeriodFormatterBuilder.PeriodFieldAffix> periodFieldAffixesToIgnore)voidPeriodFormatterBuilder.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)
-