| Package | Description |
|---|---|
| org.mule.tooling.client.api.extension.model | |
| org.mule.tooling.client.api.extension.model.parameter |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionSupport |
ExpressionSupport.notSupportedExpressionSupport(String value) |
static ExpressionSupport |
ExpressionSupport.requiredExpressionSupport(String value) |
static ExpressionSupport |
ExpressionSupport.supportedExpressionSupport(String value) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionSupport |
ParameterModel.getExpressionSupport() |
| Constructor and Description |
|---|
ParameterModel(String name,
String description,
DisplayModel displayModel,
org.mule.metadata.api.model.MetadataType type,
boolean hasDynamicType,
boolean required,
boolean isConfigOverride,
ExpressionSupport expressionSupport,
Object defaultValue,
ParameterRole role,
ParameterDslConfiguration dslConfiguration,
LayoutModel layoutModel,
MetadataKeyPartModel metadataKeyPartModel,
ValueProviderModel valueProviderModel,
List<StereotypeModel> allowedStereotypes) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.