| Package | Description |
|---|---|
| org.mule.runtime.api.meta | |
| org.mule.runtime.api.meta.model.declaration.fluent | |
| org.mule.runtime.api.meta.model.parameter |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionSupport |
ExpressionSupport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionSupport[] |
ExpressionSupport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionSupport |
ParameterDeclaration.getExpressionSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterDeclaration.setExpressionSupport(ExpressionSupport expressionSupport) |
T |
ParameterDeclarer.withExpressionSupport(ExpressionSupport support) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionSupport |
ParameterModel.getExpressionSupport()
The level of support
this parameter has for expressions |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.