public class CalculationArgumentHandle extends StructureHandle
structContextelementHandle| 构造器和说明 |
|---|
CalculationArgumentHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of calculation argument.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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, setPropertySilentlygetReferencegetDesign, getElement, getElementHandle, getModulepublic 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 setSemanticExceptionpublic ExpressionHandle getValue()
Copyright © 2008 Actuate Corp. All rights reserved.