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

java.lang.Object
  extended by net.sf.dynamicreports.report.base.datatype.AbstractDataType<Character,Character>
      extended by net.sf.dynamicreports.report.builder.datatype.CharacterType
All Implemented Interfaces:
Serializable, DRIDataType<Character,Character>

public class CharacterType
extends AbstractDataType<Character,Character>

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

Constructor Summary
CharacterType()
           
 
Method Summary
 HorizontalAlignment getHorizontalAlignment()
           
 String getPattern()
           
 Character stringToValue(String value, 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

CharacterType

public CharacterType()
Method Detail

getPattern

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

getHorizontalAlignment

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

stringToValue

public Character stringToValue(String value,
                               Locale locale)
                        throws DRException
Specified by:
stringToValue in interface DRIDataType<Character,Character>
Overrides:
stringToValue in class AbstractDataType<Character,Character>
Throws:
DRException


Copyright © 2010-2014. All Rights Reserved.