Class Templates.CurrencyType

  • All Implemented Interfaces:
    java.io.Serializable, net.sf.dynamicreports.report.definition.datatype.DRIDataType<java.lang.Number,​java.math.BigDecimal>
    Enclosing class:
    Templates

    public static class Templates.CurrencyType
    extends net.sf.dynamicreports.report.builder.datatype.BigDecimalType
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CurrencyType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPattern()  
      • Methods inherited from class net.sf.dynamicreports.report.builder.datatype.BigDecimalType

        getHorizontalTextAlignment, numberToValue
      • Methods inherited from class net.sf.dynamicreports.report.builder.datatype.NumberType

        getValueClass, stringToValue, valueToString
      • Methods inherited from class net.sf.dynamicreports.report.base.datatype.AbstractDataType

        getValueFormatter, stringToValue, stringToValue, valueToString, valueToString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CurrencyType

        public CurrencyType()
    • Method Detail

      • getPattern

        public java.lang.String getPattern()
        Specified by:
        getPattern in interface net.sf.dynamicreports.report.definition.datatype.DRIDataType<java.lang.Number,​java.math.BigDecimal>
        Overrides:
        getPattern in class net.sf.dynamicreports.report.builder.datatype.BigDecimalType