@Portable public class OutputClauseUnaryTests extends DMNModelInstrumentedBase 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".DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace| Modifier and Type | Field and Description |
|---|---|
protected ConstraintType |
constraintType |
protected Id |
id |
protected Text |
text |
| Constructor and Description |
|---|
OutputClauseUnaryTests() |
OutputClauseUnaryTests(Id id,
Text text,
ConstraintType constraintTypeField) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ConstraintType |
getConstraintType() |
Id |
getId() |
Text |
getText() |
int |
hashCode() |
void |
setConstraintTypeField(ConstraintType constraintTypeField) |
void |
setText(Text value) |
getAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentprotected Id id
protected Text text
protected ConstraintType constraintType
public OutputClauseUnaryTests()
public OutputClauseUnaryTests(Id id, Text text, ConstraintType constraintTypeField)
public Id getId()
getId in interface IsUnaryTestspublic Text getText()
getText in interface IsUnaryTestspublic void setText(Text value)
public ConstraintType getConstraintType()
getConstraintType in interface IsUnaryTestspublic void setConstraintTypeField(ConstraintType constraintTypeField)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.