Package org.kie.dmn.model.v1_3
Class TOutputClause
- java.lang.Object
-
- org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_3.TDMNElement
-
- org.kie.dmn.model.v1_3.TOutputClause
-
- All Implemented Interfaces:
DMNElement,DMNModelInstrumentedBase,OutputClause
public class TOutputClause extends TDMNElement implements OutputClause
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_3.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
Fields Modifier and Type Field Description protected LiteralExpressiondefaultOutputEntryprotected Stringnameprotected UnaryTestsoutputValuesprotected QNametypeRefalign to internal model-
Fields inherited from class org.kie.dmn.model.v1_3.TDMNElement
description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description TOutputClause()
-
Method Summary
All Methods Instance Methods Concrete 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 class org.kie.dmn.model.v1_3.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
outputValues
protected UnaryTests outputValues
-
defaultOutputEntry
protected LiteralExpression defaultOutputEntry
-
name
protected String name
-
typeRef
protected QName typeRef
align to internal model
-
-
Method Detail
-
getOutputValues
public UnaryTests getOutputValues()
- Specified by:
getOutputValuesin interfaceOutputClause
-
setOutputValues
public void setOutputValues(UnaryTests value)
- Specified by:
setOutputValuesin interfaceOutputClause
-
getDefaultOutputEntry
public LiteralExpression getDefaultOutputEntry()
- Specified by:
getDefaultOutputEntryin interfaceOutputClause
-
setDefaultOutputEntry
public void setDefaultOutputEntry(LiteralExpression value)
- Specified by:
setDefaultOutputEntryin interfaceOutputClause
-
getName
public String getName()
- Specified by:
getNamein interfaceOutputClause
-
setName
public void setName(String value)
- Specified by:
setNamein interfaceOutputClause
-
getTypeRef
public QName getTypeRef()
- Specified by:
getTypeRefin interfaceOutputClause
-
setTypeRef
public void setTypeRef(QName value)
- Specified by:
setTypeRefin interfaceOutputClause
-
-