|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.olap.model.impl.PropertyExprImpl
public class PropertyExprImpl
PropertyExpr implementation
Constructor Summary | |
---|---|
PropertyExprImpl(java.lang.String name,
Expression valueExpr)
c'tor |
Method Summary | |
---|---|
void |
accept(Visitor visitor)
visitor implementation |
java.lang.String[] |
getChoices()
walk expression tree and find possible choices |
java.lang.String |
getName()
|
Expression |
getValueExpr()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyExprImpl(java.lang.String name, Expression valueExpr)
name
- Method Detail |
---|
public Expression getValueExpr()
getValueExpr
in interface PropertyExpr
PropertyExpr.getValueExpr()
public java.lang.String getName()
getName
in interface PropertyExpr
PropertyExpr.getName()
public java.lang.String[] getChoices()
getChoices
in interface PropertyExpr
PropertyExpr.getChoices()
public void accept(Visitor visitor)
accept
in interface Visitable
Visitable.accept(com.tonbeller.jpivot.olap.model.Visitor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |