public class ParamBindingHandle extends StructureHandle
structContext
elementHandle
Constructor and Description |
---|
ParamBindingHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of parameter binding.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpression()
Returns the expression the parameter is binded to.
|
ExpressionListHandle |
getExpressionListHandle()
Gets the expression list of this parameter binding.
|
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, setPropertySilently
getReference
getDesign, getElement, getElementHandle, getModule
public 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.