@Portable public class InputClauseUnaryTests extends DMNModelInstrumentedBase implements IsUnaryTests, HasText, DMNPropertySet
UnaryTests specifically for InputClause
to expose the Text as a Form Property to the Dynamic Forms Engine with a specific
label for "Constraint".DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace| Modifier and Type | Field and Description |
|---|---|
protected ConstraintTypeProperty |
constraintTypeProperty |
protected Id |
id |
protected Text |
text |
| Constructor and Description |
|---|
InputClauseUnaryTests() |
InputClauseUnaryTests(Id id,
Text text,
ConstraintType constraintType) |
| Modifier and Type | Method and Description |
|---|---|
InputClauseUnaryTests |
copy() |
boolean |
equals(Object o) |
ConstraintType |
getConstraintType() |
ConstraintTypeProperty |
getConstraintTypeProperty() |
Id |
getId() |
Text |
getText()
Returns the
Text
Convenience method replicating HasValue.getValue() to honour DMN model semantics. |
int |
hashCode() |
void |
setConstraintTypeProperty(ConstraintTypeProperty constraintTypeProperty) |
void |
setText(Text value)
Sets the
Text
Convenience method replicating HasValue.setValue(Object) to honour DMN model semantics. |
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentprotected Id id
protected Text text
protected ConstraintTypeProperty constraintTypeProperty
public InputClauseUnaryTests()
public InputClauseUnaryTests(Id id, Text text, ConstraintType constraintType)
public InputClauseUnaryTests copy()
public Id getId()
getId in interface IsUnaryTestspublic Text getText()
HasTextText
Convenience method replicating HasValue.getValue() to honour DMN model semantics.getText in interface HasTextgetText in interface IsUnaryTestspublic ConstraintType getConstraintType()
getConstraintType in interface IsUnaryTestspublic void setConstraintTypeProperty(ConstraintTypeProperty constraintTypeProperty)
public ConstraintTypeProperty getConstraintTypeProperty()
public void setText(Text value)
HasTextText
Convenience method replicating HasValue.setValue(Object) to honour DMN model semantics.Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.