com.tonbeller.jpivot.olap.model.impl
Class BooleanExprImpl

java.lang.Object
  extended by com.tonbeller.jpivot.olap.model.impl.BooleanExprImpl
All Implemented Interfaces:
BooleanExpr, Expression, Visitable

public class BooleanExprImpl
extends java.lang.Object
implements BooleanExpr


Constructor Summary
BooleanExprImpl()
           
BooleanExprImpl(boolean value)
           
 
Method Summary
 void accept(Visitor visitor)
           
 boolean getValue()
           
 void setValue(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanExprImpl

public BooleanExprImpl()

BooleanExprImpl

public BooleanExprImpl(boolean value)
Method Detail

getValue

public boolean getValue()
Specified by:
getValue in interface BooleanExpr

setValue

public void setValue(boolean b)

accept

public void accept(Visitor visitor)
Specified by:
accept in interface Visitable