Class FormatNumberSupport

    • Field Detail

      • value

        protected Object value
      • valueSpecified

        protected boolean valueSpecified
      • pattern

        protected String pattern
      • currencyCode

        protected String currencyCode
      • currencySymbol

        protected String currencySymbol
      • isGroupingUsed

        protected boolean isGroupingUsed
      • groupingUsedSpecified

        protected boolean groupingUsedSpecified
      • maxIntegerDigits

        protected int maxIntegerDigits
      • maxIntegerDigitsSpecified

        protected boolean maxIntegerDigitsSpecified
      • minIntegerDigits

        protected int minIntegerDigits
      • minIntegerDigitsSpecified

        protected boolean minIntegerDigitsSpecified
      • maxFractionDigits

        protected int maxFractionDigits
      • maxFractionDigitsSpecified

        protected boolean maxFractionDigitsSpecified
      • minFractionDigits

        protected int minFractionDigits
      • minFractionDigitsSpecified

        protected boolean minFractionDigitsSpecified
    • Constructor Detail

      • FormatNumberSupport

        public FormatNumberSupport()