| Package | Description |
|---|---|
| org.mule.extension.introspection.declaration |
| Modifier and Type | Method and Description |
|---|---|
ParameterDeclaration |
ParameterConstruct.getDeclaration()
Gets the declaration object for this construct
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDeclaration> |
OperationDeclaration.getParameters() |
List<ParameterDeclaration> |
ConfigurationDeclaration.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OperationConstruct.addParameter(ParameterDeclaration parameter)
Adds a
ParameterDeclaration |
protected void |
ConfigurationConstruct.addParameter(ParameterDeclaration parameter)
Adds the given
parameter to the declaring configuration |
OperationDeclaration |
OperationDeclaration.addParameter(ParameterDeclaration parameter)
Adds a
ParameterDeclaration |
Copyright © 2015 MuleSoft, Inc.. All rights reserved.