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

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

public class BooleanType
extends AbstractDataType<Boolean,Boolean>

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

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

BooleanType

public BooleanType()
Method Detail

getPattern

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

getHorizontalAlignment

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

stringToValue

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


Copyright © 2010-2014. All Rights Reserved.