public class TOutputClause extends TDMNElement implements OutputClause
TDMNElement.TExtensionElements
DMNElement.ExtensionElements
URI_DMN, URI_FEEL, URI_KIE
Constructor and Description |
---|
TOutputClause() |
Modifier and Type | Method and Description |
---|---|
LiteralExpression |
getDefaultOutputEntry() |
String |
getName() |
UnaryTests |
getOutputValues() |
QName |
getTypeRef() |
void |
setDefaultOutputEntry(LiteralExpression value) |
void |
setName(String value) |
void |
setOutputValues(UnaryTests value) |
void |
setTypeRef(QName value) |
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
public UnaryTests getOutputValues()
getOutputValues
in interface OutputClause
public void setOutputValues(UnaryTests value)
setOutputValues
in interface OutputClause
public LiteralExpression getDefaultOutputEntry()
getDefaultOutputEntry
in interface OutputClause
public void setDefaultOutputEntry(LiteralExpression value)
setDefaultOutputEntry
in interface OutputClause
public String getName()
getName
in interface OutputClause
public void setName(String value)
setName
in interface OutputClause
public QName getTypeRef()
getTypeRef
in interface OutputClause
public void setTypeRef(QName value)
setTypeRef
in interface OutputClause
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.