Class ObjectType

  • All Implemented Interfaces:
    java.io.Serializable, net.sf.dynamicreports.report.definition.datatype.DRIDataType<java.lang.Object,​java.lang.Object>

    public class ObjectType
    extends net.sf.dynamicreports.report.base.datatype.AbstractDataType<java.lang.Object,​java.lang.Object>

    StringType class.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.sf.dynamicreports.report.constant.HorizontalTextAlignment getHorizontalTextAlignment()
      java.lang.String getPattern()
      java.lang.Object stringToValue​(java.lang.String value, java.util.Locale locale)
      • Methods inherited from class net.sf.dynamicreports.report.base.datatype.AbstractDataType

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

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

      • ObjectType

        public ObjectType()
    • Method Detail

      • getPattern

        public java.lang.String getPattern()
        Specified by:
        getPattern in interface net.sf.dynamicreports.report.definition.datatype.DRIDataType<java.lang.Object,​java.lang.Object>
        Overrides:
        getPattern in class net.sf.dynamicreports.report.base.datatype.AbstractDataType<java.lang.Object,​java.lang.Object>
      • getHorizontalTextAlignment

        public net.sf.dynamicreports.report.constant.HorizontalTextAlignment getHorizontalTextAlignment()
        Specified by:
        getHorizontalTextAlignment in interface net.sf.dynamicreports.report.definition.datatype.DRIDataType<java.lang.Object,​java.lang.Object>
        Overrides:
        getHorizontalTextAlignment in class net.sf.dynamicreports.report.base.datatype.AbstractDataType<java.lang.Object,​java.lang.Object>
      • stringToValue

        public java.lang.Object stringToValue​(java.lang.String value,
                                              java.util.Locale locale)
                                       throws net.sf.dynamicreports.report.exception.DRException
        Specified by:
        stringToValue in interface net.sf.dynamicreports.report.definition.datatype.DRIDataType<java.lang.Object,​java.lang.Object>
        Overrides:
        stringToValue in class net.sf.dynamicreports.report.base.datatype.AbstractDataType<java.lang.Object,​java.lang.Object>
        Throws:
        net.sf.dynamicreports.report.exception.DRException