@Portable public class InputClause extends DMNElement
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
description, 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, setId
getAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
public 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.