public class TInputClause extends TDMNElement implements InputClause
TDMNElement.TExtensionElementsDMNElement.ExtensionElements| Modifier and Type | Field and Description |
|---|---|
protected LiteralExpression |
inputExpression |
protected UnaryTests |
inputValues |
description, extensionElements, id, label| Constructor and Description |
|---|
TInputClause() |
| Modifier and Type | Method and Description |
|---|---|
LiteralExpression |
getInputExpression() |
UnaryTests |
getInputValues() |
void |
setInputExpression(LiteralExpression value) |
void |
setInputValues(UnaryTests 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, recurseNsKeys, setAdditionalAttributes, setLocation, setParentprotected LiteralExpression inputExpression
protected UnaryTests inputValues
public LiteralExpression getInputExpression()
getInputExpression in interface InputClausepublic void setInputExpression(LiteralExpression value)
setInputExpression in interface InputClausepublic UnaryTests getInputValues()
getInputValues in interface InputClausepublic void setInputValues(UnaryTests value)
setInputValues in interface InputClauseCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.