| Modifier and Type | Method and Description |
|---|---|
InputModel |
InputModel.setOutput(String output)
Sets the output.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputModel> |
InputsModel.getInputs()
Gets the child input models.
|
| Modifier and Type | Method and Description |
|---|---|
InputsModel |
InputsModel.addInput(InputModel input)
Adds a child input model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
V1InputModel
The 1st version InputModel.
|
| Modifier and Type | Method and Description |
|---|---|
InputModel |
V1InputModel.setOutput(String output)
Sets the output.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputModel> |
V1InputsModel.getInputs()
Gets the child input models.
|
| Modifier and Type | Method and Description |
|---|---|
InputsModel |
V1InputsModel.addInput(InputModel input)
Adds a child input model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
V2InputModel
The 2nd version InputModel.
|
| Modifier and Type | Method and Description |
|---|---|
InputModel |
V2InputModel.setOutput(String output)
Sets the output.
|
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.