@Portable public class OutputClauseUnaryTests extends DMNElement implements IsUnaryTests, DMNPropertySet
UnaryTests specifically for OutputClause
to expose the Text as a Form Property to the Dynamic Forms Engine with a specific
label for "Output values".DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace| Modifier and Type | Field and Description |
|---|---|
protected ExpressionLanguage |
expressionLanguage |
protected Text |
text |
description, id| Constructor and Description |
|---|
OutputClauseUnaryTests() |
OutputClauseUnaryTests(Id id,
Description description,
Text text,
ExpressionLanguage expressionLanguage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ExpressionLanguage |
getExpressionLanguage() |
Text |
getText() |
int |
hashCode() |
void |
setExpressionLanguage(ExpressionLanguage value) |
void |
setText(Text value) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdgetAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescription, getIdprotected Text text
protected ExpressionLanguage expressionLanguage
public OutputClauseUnaryTests()
public OutputClauseUnaryTests(Id id, Description description, Text text, ExpressionLanguage expressionLanguage)
public Text getText()
getText in interface IsUnaryTestspublic void setText(Text value)
public ExpressionLanguage getExpressionLanguage()
getExpressionLanguage in interface IsUnaryTestspublic void setExpressionLanguage(ExpressionLanguage value)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.