@Portable public class InputClause extends DMNElement
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>
description, id
Constructor and Description |
---|
InputClause() |
InputClause(Id id,
Description description,
LiteralExpression inputExpression,
UnaryTests inputValues) |
Modifier and Type | Method and Description |
---|---|
LiteralExpression |
getInputExpression() |
UnaryTests |
getInputValues() |
void |
setInputExpression(LiteralExpression value) |
void |
setInputValues(UnaryTests value) |
getDescription, getExtensionElements, getId, getOtherAttributes, setDescription, setExtensionElements, setId
getNsContext
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.