|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 PropertyExprPropertyExpr.getValueExpr()public java.lang.String getName()
getName in interface PropertyExprPropertyExpr.getName()public java.lang.String[] getChoices()
getChoices in interface PropertyExprPropertyExpr.getChoices()public void accept(Visitor visitor)
accept in interface VisitableVisitable.accept(com.tonbeller.jpivot.olap.model.Visitor)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||