public class InputClause extends DMNElement
DMNElement.ExtensionElements
URI_DMN, URI_FEEL, URI_KIE
Constructor and Description |
---|
InputClause() |
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, setAdditionalAttributes, setLocation, setParent
public LiteralExpression getInputExpression()
public void setInputExpression(LiteralExpression value)
public UnaryTests getInputValues()
public void setInputValues(UnaryTests value)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.