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