net.sf.dynamicreports.report.builder.datatype
Class StringType
java.lang.Object
net.sf.dynamicreports.report.base.datatype.AbstractDataType<String,String>
net.sf.dynamicreports.report.builder.datatype.StringType
- All Implemented Interfaces:
- Serializable, DRIDataType<String,String>
public class StringType
- extends AbstractDataType<String,String>
- 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 |
StringType
public StringType()
getPattern
public String getPattern()
- Specified by:
getPattern
in interface DRIDataType<String,String>
- Overrides:
getPattern
in class AbstractDataType<String,String>
getHorizontalAlignment
public HorizontalAlignment getHorizontalAlignment()
- Specified by:
getHorizontalAlignment
in interface DRIDataType<String,String>
- Overrides:
getHorizontalAlignment
in class AbstractDataType<String,String>
stringToValue
public String stringToValue(String value,
Locale locale)
throws DRException
- Specified by:
stringToValue
in interface DRIDataType<String,String>
- Overrides:
stringToValue
in class AbstractDataType<String,String>
- Throws:
DRException
Copyright © 2010-2014. All Rights Reserved.