Package org.kie.dmn.model.api
Interface InputClause
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase
- All Known Implementing Classes:
TInputClause,TInputClause,TInputClause
public interface InputClause extends DMNElement
-
-
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 LiteralExpressiongetInputExpression()UnaryTestsgetInputValues()voidsetInputExpression(LiteralExpression value)voidsetInputValues(UnaryTests 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
-
-
-
-
Method Detail
-
getInputExpression
LiteralExpression getInputExpression()
-
setInputExpression
void setInputExpression(LiteralExpression value)
-
getInputValues
UnaryTests getInputValues()
-
setInputValues
void setInputValues(UnaryTests value)
-
-