public class TInputClause extends TDMNElement implements InputClause
TDMNElement.TExtensionElements
DMNElement.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, 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 LiteralExpression inputExpression
protected UnaryTests inputValues
public LiteralExpression getInputExpression()
getInputExpression
in interface InputClause
public void setInputExpression(LiteralExpression value)
setInputExpression
in interface InputClause
public UnaryTests getInputValues()
getInputValues
in interface InputClause
public void setInputValues(UnaryTests value)
setInputValues
in interface InputClause
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.