public class OutputModel extends AbstractMappingModel
Maps a single output attribute out of this flow or subflow.
| Constructor and Description |
|---|
OutputModel(String name,
String value)
Create an output mapping model
|
| Modifier and Type | Method and Description |
|---|---|
Model |
createCopy()
Create a deep copy of this model.
|
boolean |
isMergeableWith(Model model)
Determine if the model is able to be merged into the current model
|
void |
merge(Model model)
Merge the model into the current model
|
getName, getRequired, getType, getValue, setName, setRequired, setType, setValuepublic boolean isMergeableWith(Model model)
Modelmodel - the model to comparepublic void merge(Model model)
Modelmodel - the model to merge with