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

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

public class StringExprImpl
extends java.lang.Object
implements StringExpr


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

Constructor Detail

StringExprImpl

public StringExprImpl()

StringExprImpl

public StringExprImpl(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface StringExpr

setValue

public void setValue(java.lang.String string)

accept

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