Package org.flowable.dmn.model
Class InputData
- java.lang.Object
-
- org.flowable.dmn.model.DmnElement
-
- org.flowable.dmn.model.NamedElement
-
- org.flowable.dmn.model.DRGElement
-
- org.flowable.dmn.model.InputData
-
public class InputData extends DRGElement
- Author:
- Yvo Swillens
-
-
Field Summary
Fields Modifier and Type Field Description protected InformationItemvariable-
Fields inherited from class org.flowable.dmn.model.NamedElement
name
-
Fields inherited from class org.flowable.dmn.model.DmnElement
attributes, description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description InputData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InformationItemgetVariable()voidsetVariable(InformationItem variable)-
Methods inherited from class org.flowable.dmn.model.NamedElement
getName, setName
-
Methods inherited from class org.flowable.dmn.model.DmnElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValues
-
-
-
-
Field Detail
-
variable
protected InformationItem variable
-
-
Method Detail
-
getVariable
public InformationItem getVariable()
-
setVariable
public void setVariable(InformationItem variable)
-
-