public class AggregationArgumentHandle extends StructureHandle
structContext
elementHandle
Constructor and Description |
---|
AggregationArgumentHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of aggregation argument.
|
Modifier and Type | Method and Description |
---|---|
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, setPropertySilently
getReference
getDesign, getElement, getElementHandle, getModule
public 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 setSemanticException
public java.lang.String getValue()
public void setValue(java.lang.String argumentValue) throws SemanticException
argumentValue
- the argument value to setSemanticException
public Expression getExpression()
Copyright © 2008 Actuate Corp. All rights reserved.