Package org.kie.dmn.model.api
Interface InputData
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase,DRGElement,NamedElement
- All Known Implementing Classes:
TInputData,TInputData,TInputData
public interface InputData extends DRGElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InformationItemgetVariable()voidsetVariable(InformationItem value)-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from interface org.kie.dmn.model.api.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getVariable
InformationItem getVariable()
-
setVariable
void setVariable(InformationItem value)
-
-