| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExpressionArguments
A representation of the model object 'Expression Arguments'. Definition of a filter expression's argument(s).
The following features are supported:
DesignPackage.getExpressionArguments()| Field Summary | |
|---|---|
| static java.lang.String | copyright | 
| Method Summary | |
|---|---|
|  ExpressionParameterDefinition | addDynamicParameter(ParameterDefinition inputParam)Appends a new ExpressionParameterDefinitionwith the specified 
 dynamic input parameter definition to 
 the 'Expression Parameters' containment reference. | 
|  ExpressionParameterDefinition | addStaticParameter(java.lang.Object aStaticValue)Appends a new ExpressionParameterDefinitionwith the specified static value to 
 the 'Expression Parameters' containment reference. | 
|  org.eclipse.emf.common.util.EList<ExpressionParameterDefinition> | getExpressionParameterDefinitions()Returns the collection of parameter definitions in the 'Expression Parameters' containment reference. | 
|  ExpressionParameters | getExpressionParameters()Returns the value of the 'Expression Parameters' containment reference. | 
|  void | setExpressionParameters(ExpressionParameters value)Sets the value of the ' Expression Parameters' containment reference. | 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
|---|
| eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset | 
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier | 
|---|
| eAdapters, eDeliver, eNotify, eSetDeliver | 
| Field Detail | 
|---|
static final java.lang.String copyright
| Method Detail | 
|---|
ExpressionParameters getExpressionParameters()
setExpressionParameters(ExpressionParameters), 
DesignPackage.getExpressionArguments_ExpressionParameters()org.eclipse.emf.common.util.EList<ExpressionParameterDefinition> getExpressionParameterDefinitions()
ExpressionParameterDefinition.
 
 An empty collection is returned if none is specified.
void setExpressionParameters(ExpressionParameters value)
Expression Parameters' containment reference.
 
 
value - the new value of the 'Expression Parameters' containment reference.getExpressionParameters()ExpressionParameterDefinition addStaticParameter(java.lang.Object aStaticValue)
ExpressionParameterDefinition with the specified static value to 
 the 'Expression Parameters' containment reference.
aStaticValue - a static argument value of a filter expression
ExpressionParameterDefinition addDynamicParameter(ParameterDefinition inputParam)
ExpressionParameterDefinition with the specified 
 dynamic input parameter definition to 
 the 'Expression Parameters' containment reference.
inputParam - the definition of an input parameter
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||