net.sf.dynamicreports.report.builder.datatype
Class ShortType

java.lang.Object
  extended by net.sf.dynamicreports.report.base.datatype.AbstractDataType<Number,T>
      extended by net.sf.dynamicreports.report.builder.datatype.NumberType<Short>
          extended by net.sf.dynamicreports.report.builder.datatype.ShortType
All Implemented Interfaces:
Serializable, DRIDataType<Number,Short>

public class ShortType
extends NumberType<Short>

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
ShortType()
           
 
Method Summary
 HorizontalAlignment getHorizontalAlignment()
           
 String getPattern()
           
protected  Short numberToValue(Number number)
           
 
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

ShortType

public ShortType()
Method Detail

getPattern

public String getPattern()
Specified by:
getPattern in interface DRIDataType<Number,Short>
Overrides:
getPattern in class AbstractDataType<Number,Short>

getHorizontalAlignment

public HorizontalAlignment getHorizontalAlignment()
Specified by:
getHorizontalAlignment in interface DRIDataType<Number,Short>
Overrides:
getHorizontalAlignment in class AbstractDataType<Number,Short>

numberToValue

protected Short numberToValue(Number number)
Specified by:
numberToValue in class NumberType<Short>


Copyright © 2010-2014. All Rights Reserved.