public class OutputClause extends DMNElement
DMNElement.ExtensionElementsURI_DMN, URI_FEEL, URI_KIE| Constructor and Description |
|---|
OutputClause() |
| 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, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, setAdditionalAttributes, setLocation, setParentpublic UnaryTests getOutputValues()
public void setOutputValues(UnaryTests value)
public LiteralExpression getDefaultOutputEntry()
public void setDefaultOutputEntry(LiteralExpression value)
public String getName()
public void setName(String value)
public QName getTypeRef()
public void setTypeRef(QName value)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.