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

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

public class IntegerExprImpl
extends java.lang.Object
implements IntegerExpr


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

Constructor Detail

IntegerExprImpl

public IntegerExprImpl()

IntegerExprImpl

public IntegerExprImpl(int value)
Method Detail

getValue

public int getValue()
Specified by:
getValue in interface IntegerExpr

setValue

public void setValue(int i)

accept

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