public class CalculationArgumentHandle extends StructureHandle
structContext
elementHandle
Constructor and Description |
---|
CalculationArgumentHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of calculation argument.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the argument name.
|
ExpressionHandle |
getValue()
Gets the expression handle for the value member.
|
void |
setName(java.lang.String argumentName)
Sets the argument 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 CalculationArgumentHandle(SimpleValueHandle valueHandle, int index)
valueHandle
- the value handle for calculation argument list of one propertyindex
- the position of this calculation argument in the listpublic java.lang.String getName()
public void setName(java.lang.String argumentName) throws SemanticException
argumentName
- the argument name to setSemanticException
public ExpressionHandle getValue()
Copyright © 2008 Actuate Corp. All rights reserved.