public class TOutputClause extends TDMNElement implements OutputClause
TDMNElement.TExtensionElements
DMNElement.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, setLabel
addChildren, 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, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
protected UnaryTests outputValues
protected LiteralExpression defaultOutputEntry
protected String name
protected QName typeRef
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–2018 JBoss by Red Hat. All rights reserved.