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

java.lang.Object
  extended by net.sf.dynamicreports.report.base.datatype.AbstractDataType<String,String>
      extended by 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

Constructor Summary
StringType()
           
 
Method Summary
 HorizontalAlignment getHorizontalAlignment()
           
 String getPattern()
           
 String 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

StringType

public StringType()
Method Detail

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.