|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterSlot
Implementation of a parameter.
Method Summary | |
---|---|
Object |
getCachedDefaultValue()
|
Calc |
getDefaultValueCalc()
Returns a compiled expression to compute the default value of the parameter. |
int |
getIndex()
Returns the unique index of the slot. |
Parameter |
getParameter()
Returns the parameter. |
Object |
getParameterValue()
Returns the value of this parameter. |
void |
setCachedDefaultValue(Object value)
|
void |
setParameterValue(Object value)
Sets the value of this parameter. |
Method Detail |
---|
int getIndex()
Calc getDefaultValueCalc()
Parameter getParameter()
void setParameterValue(Object value)
NOTE: This method will be removed when we store parameter values
in the Result
rather than in the
Query
.
Object getParameterValue()
NOTE: This method will be removed when we store parameter values
in the Result
rather than in the
Query
.
void setCachedDefaultValue(Object value)
Object getCachedDefaultValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |