| Package | Description |
|---|---|
| com.aurea.sonic.esb.connect.processor.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterKind |
ParameterModel.getKind() |
static ParameterKind |
ParameterKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterKind[] |
ParameterKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ParameterModel(java.lang.String name,
java.lang.String type,
ParameterKind kind) |