Class BooleanTextValue
- java.lang.Object
-
- net.sf.jasperreports.engine.export.data.TextValue
-
- net.sf.jasperreports.engine.export.data.BooleanTextValue
-
public class BooleanTextValue extends TextValue
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description BooleanTextValue(String text, Boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetValue()voidhandle(TextValueHandler handler)
-
-
-
Method Detail
-
getValue
public Boolean getValue()
-
handle
public void handle(TextValueHandler handler) throws JRException
- Specified by:
handlein classTextValue- Throws:
JRException
-
-