com.tonbeller.jpivot.olap.model
Interface ParameterExpr

All Superinterfaces:
Expression, Visitable
All Known Implementing Classes:
ParameterExprImpl

public interface ParameterExpr
extends Expression


Field Summary
static int MEMBER
           
static int NUMBER
           
static int STRING
           
 
Method Summary
 java.lang.String getLabel()
          label to display to the user
 java.lang.String getName()
          internal name that identifies this parameter
 int getType()
          type of parameter
 Expression getValue()
          value of the parameter
 
Methods inherited from interface com.tonbeller.jpivot.olap.model.Visitable
accept
 

Field Detail

STRING

static final int STRING
See Also:
Constant Field Values

NUMBER

static final int NUMBER
See Also:
Constant Field Values

MEMBER

static final int MEMBER
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
internal name that identifies this parameter


getLabel

java.lang.String getLabel()
label to display to the user


getType

int getType()
type of parameter


getValue

Expression getValue()
value of the parameter