@Portable public class OutputClauseUnaryTests extends DMNModelInstrumentedBase implements IsUnaryTests, HasText, 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 |
---|---|
OutputClauseUnaryTests |
copy() |
boolean |
equals(Object o) |
ConstraintType |
getConstraintType() |
Id |
getId() |
Text |
getText()
Returns the
Text
Convenience method replicating HasValue.getValue() to honour DMN model semantics. |
int |
hashCode() |
void |
setConstraintTypeField(ConstraintType constraintTypeField) |
void |
setText(Text value)
Sets the
Text
Convenience method replicating HasValue.setValue(Object) to honour DMN model semantics. |
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
protected Id id
protected Text text
protected ConstraintType constraintType
public OutputClauseUnaryTests()
public OutputClauseUnaryTests(Id id, Text text, ConstraintType constraintTypeField)
public OutputClauseUnaryTests copy()
public Id getId()
getId
in interface IsUnaryTests
public Text getText()
HasText
Text
Convenience method replicating HasValue.getValue()
to honour DMN model semantics.getText
in interface HasText
getText
in interface IsUnaryTests
public void setText(Text value)
HasText
Text
Convenience method replicating HasValue.setValue(Object)
to honour DMN model semantics.public ConstraintType getConstraintType()
getConstraintType
in interface IsUnaryTests
public void setConstraintTypeField(ConstraintType constraintTypeField)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.