Package | Description |
---|---|
org.kie.workbench.common.dmn.api.definition.model |
Modifier and Type | Field and Description |
---|---|
protected ConstraintType |
OutputClauseUnaryTests.constraintType |
Modifier and Type | Method and Description |
---|---|
static ConstraintType |
ConstraintType.fromString(String value) |
ConstraintType |
UnaryTests.getConstraintType() |
ConstraintType |
OutputClauseUnaryTests.getConstraintType() |
ConstraintType |
IsUnaryTests.getConstraintType() |
ConstraintType |
InputClauseUnaryTests.getConstraintType() |
static ConstraintType |
ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintType[] |
ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UnaryTests.setConstraintType(ConstraintType constraintType) |
void |
OutputClauseUnaryTests.setConstraintTypeField(ConstraintType constraintTypeField) |
Constructor and Description |
---|
InputClauseUnaryTests(Id id,
Text text,
ConstraintType constraintType) |
OutputClauseUnaryTests(Id id,
Text text,
ConstraintType constraintTypeField) |
UnaryTests(Id id,
Description description,
Text text,
ExpressionLanguage expressionLanguage,
ConstraintType constraintType) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.