net.sf.dynamicreports.report.builder.datatype
Class CharacterType
java.lang.Object
net.sf.dynamicreports.report.base.datatype.AbstractDataType<Character,Character>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharacterType
public CharacterType()
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.