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 Boolean
getValue()
void
handle(TextValueHandler handler)
-
-
-
Method Detail
-
getValue
public Boolean getValue()
-
handle
public void handle(TextValueHandler handler) throws JRException
- Specified by:
handle
in classTextValue
- Throws:
JRException
-
-