public class InputModel extends AbstractMappingModel
Maps a single input attribute into this flow or subflow.
Constructor and Description |
---|
InputModel(java.lang.String name,
java.lang.String value)
Create an input 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
|
fillCopy, getName, getRequired, getType, getValue, setName, setRequired, setType, setValue
public InputModel(java.lang.String name, java.lang.String value)
name
- the name of the mapping variablevalue
- the value to mappublic boolean isMergeableWith(Model model)
Model
model
- the model to comparepublic void merge(Model model)
Model
model
- the model to merge with