public interface InputsModel
extends org.switchyard.config.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
INPUTS
The "inputs" name.
|
| Modifier and Type | Method and Description |
|---|---|
InputsModel |
addInput(InputModel input)
Adds a child input model.
|
List<InputModel> |
getInputs()
Gets the child input models.
|
static final String INPUTS
List<InputModel> getInputs()
InputsModel addInput(InputModel input)
input - the child input modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.