@Portable public class InputClauseUnaryTests extends DMNModelInstrumentedBase implements IsUnaryTests, 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 |
---|---|
boolean |
equals(Object o) |
ConstraintType |
getConstraintType() |
ConstraintTypeProperty |
getConstraintTypeProperty() |
Id |
getId() |
Text |
getText() |
int |
hashCode() |
void |
setConstraintTypeProperty(ConstraintTypeProperty constraintTypeProperty) |
void |
setText(Text value) |
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
protected Id id
protected Text text
protected ConstraintTypeProperty constraintTypeProperty
public InputClauseUnaryTests()
public InputClauseUnaryTests(Id id, Text text, ConstraintType constraintType)
public Id getId()
getId
in interface IsUnaryTests
public Text getText()
getText
in interface IsUnaryTests
public ConstraintType getConstraintType()
getConstraintType
in interface IsUnaryTests
public void setConstraintTypeProperty(ConstraintTypeProperty constraintTypeProperty)
public ConstraintTypeProperty getConstraintTypeProperty()
public void setText(Text value)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.