Class BooleanTextValue


  • public class BooleanTextValue
    extends TextValue
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanTextValue​(java.lang.String text, java.lang.Boolean value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getValue()  
      void handle​(TextValueHandler handler)  
      • Methods inherited from class net.sf.jasperreports.engine.export.data.TextValue

        getText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BooleanTextValue

        public BooleanTextValue​(java.lang.String text,
                                java.lang.Boolean value)