Package org.kie.dmn.model.api
Interface OutputClause
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase
- All Known Implementing Classes:
TOutputClause,TOutputClause,TOutputClause
public interface OutputClause 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 LiteralExpressiongetDefaultOutputEntry()StringgetName()UnaryTestsgetOutputValues()QNamegetTypeRef()voidsetDefaultOutputEntry(LiteralExpression value)voidsetName(String value)voidsetOutputValues(UnaryTests value)voidsetTypeRef(QName 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
-
getOutputValues
UnaryTests getOutputValues()
-
setOutputValues
void setOutputValues(UnaryTests value)
-
getDefaultOutputEntry
LiteralExpression getDefaultOutputEntry()
-
setDefaultOutputEntry
void setDefaultOutputEntry(LiteralExpression value)
-
getName
String getName()
-
setName
void setName(String value)
-
getTypeRef
@GwtIncompatible QName getTypeRef()
-
setTypeRef
@GwtIncompatible void setTypeRef(QName value)
-
-