| Package | Description |
|---|---|
| org.mule.module.apikit.uri |
| Modifier and Type | Method and Description |
|---|---|
Variable.Form |
Variable.form()
Returns the form of this variable.
|
protected static Variable.Form |
Variable.Form.getType(String exp)
Returns the type of this variable from the specified expression.
|
static Variable.Form |
Variable.Form.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Variable.Form[] |
Variable.Form.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Variable(String name,
String def,
VariableType type,
Variable.Form form)
Creates a new variable.
|
Copyright © 2021. All rights reserved.