public class AggregationArgumentHandle extends StructureHandle
structContextelementHandle| 构造器和说明 |
|---|
AggregationArgumentHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of aggregation argument.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Expression |
getExpression()
Returns the argument expression.
|
java.lang.String |
getName()
Returns the argument name.
|
java.lang.String |
getValue()
Returns the argument value.
|
void |
setName(java.lang.String argumentName)
Sets the argument name.
|
void |
setValue(java.lang.String argumentValue)
Sets the argument value.
|
drop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getProperty, getPropertyDefn, getStringProperty, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilentlygetReferencegetDesign, getElement, getElementHandle, getModulepublic AggregationArgumentHandle(SimpleValueHandle valueHandle, int index)
valueHandle - the value handle for aggregation argument list of one propertyindex - the position of this aggregation argument in the listpublic java.lang.String getName()
public void setName(java.lang.String argumentName)
throws SemanticException
argumentName - the argument name to setSemanticExceptionpublic java.lang.String getValue()
public void setValue(java.lang.String argumentValue)
throws SemanticException
argumentValue - the argument value to setSemanticExceptionpublic Expression getExpression()
Copyright © 2008 Actuate Corp. All rights reserved.