public class TOutputClause extends TDMNElement implements OutputClause
TDMNElement.TExtensionElementsDMNElement.ExtensionElements| Modifier and Type | Field and Description |
|---|---|
protected LiteralExpression |
defaultOutputEntry |
protected String |
name |
protected UnaryTests |
outputValues |
protected QName |
typeRef
align to internal model
|
description, extensionElements, id, label| 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, setLabeladdChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentprotected UnaryTests outputValues
protected LiteralExpression defaultOutputEntry
protected String name
protected QName typeRef
public UnaryTests getOutputValues()
getOutputValues in interface OutputClausepublic void setOutputValues(UnaryTests value)
setOutputValues in interface OutputClausepublic LiteralExpression getDefaultOutputEntry()
getDefaultOutputEntry in interface OutputClausepublic void setDefaultOutputEntry(LiteralExpression value)
setDefaultOutputEntry in interface OutputClausepublic String getName()
getName in interface OutputClausepublic void setName(String value)
setName in interface OutputClausepublic QName getTypeRef()
getTypeRef in interface OutputClausepublic void setTypeRef(QName value)
setTypeRef in interface OutputClauseCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.