| Package | Description |
|---|---|
| org.mule.runtime.app.declaration.api.fluent |
| Modifier and Type | Method and Description |
|---|---|
SimpleValueType |
ParameterSimpleValue.getType() |
static SimpleValueType |
SimpleValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleValueType[] |
SimpleValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterValue |
ParameterSimpleValue.cdata(String text,
SimpleValueType type) |
static ParameterValue |
ParameterSimpleValue.of(String text,
SimpleValueType type) |
static ParameterValue |
ParameterSimpleValue.plain(String text,
SimpleValueType type) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.