public class ParamBindingHandle extends StructureHandle
structContextelementHandle| 构造器和说明 |
|---|
ParamBindingHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of parameter binding.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getExpression()
Returns the expression the parameter is binded to.
|
ExpressionListHandle |
getExpressionListHandle()
Gets the expression list of this parameter binding. * @return the value1
expression list handle of this filter condition.
|
java.lang.String |
getParamName()
Returns the parameter name.
|
void |
setExpression(java.lang.String expression)
Sets the expression the parameter is binded to.
|
void |
setParamName(java.lang.String name)
Sets the parameter name.
|
drop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getProperty, getPropertyDefn, getStringProperty, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilentlygetReferencegetDesign, getElement, getElementHandle, getModulepublic ParamBindingHandle(SimpleValueHandle valueHandle, int index)
valueHandle - the value handle for parameter binding list of one propertyindex - the position of this parameter binding in the listpublic java.lang.String getExpression()
public void setExpression(java.lang.String expression)
expression - the expression to bindpublic ExpressionListHandle getExpressionListHandle()
public java.lang.String getParamName()
public void setParamName(java.lang.String name)
name - the parameter name to setCopyright © 2008 Actuate Corp. All rights reserved.