| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent | |
| org.mule.runtime.api.meta.model.parameter |
| Modifier and Type | Method and Description |
|---|---|
ParameterRole |
ParameterDeclaration.getRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterDeclaration.setParameterRole(ParameterRole parameterRole) |
T |
ParameterDeclarer.withRole(ParameterRole role)
Sets the purpose of the declared parameter
|
| Modifier and Type | Method and Description |
|---|---|
ParameterRole |
ParameterModel.getRole() |
static ParameterRole |
ParameterRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterRole[] |
ParameterRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.