@Portable public class InputClause extends DMNElement
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespacedescription, id| Constructor and Description |
|---|
InputClause() |
InputClause(Id id,
Description description,
LiteralExpression inputExpression,
UnaryTests inputValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LiteralExpression |
getInputExpression() |
UnaryTests |
getInputValues() |
int |
hashCode() |
void |
setInputExpression(LiteralExpression value) |
void |
setInputValues(UnaryTests value) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdgetAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentpublic InputClause()
public InputClause(Id id, Description description, LiteralExpression inputExpression, UnaryTests inputValues)
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.