Uses of Class
org.kie.workbench.common.dmn.api.definition.model.ConstraintType
-
Packages that use ConstraintType Package Description org.kie.workbench.common.dmn.api.definition.model -
-
Uses of ConstraintType in org.kie.workbench.common.dmn.api.definition.model
Fields in org.kie.workbench.common.dmn.api.definition.model declared as ConstraintType Modifier and Type Field Description protected ConstraintTypeOutputClauseUnaryTests. constraintTypeMethods in org.kie.workbench.common.dmn.api.definition.model that return ConstraintType Modifier and Type Method Description static ConstraintTypeConstraintType. fromString(String value)ConstraintTypeInputClauseUnaryTests. getConstraintType()ConstraintTypeIsUnaryTests. getConstraintType()ConstraintTypeOutputClauseUnaryTests. getConstraintType()ConstraintTypeUnaryTests. getConstraintType()static ConstraintTypeConstraintType. 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.Methods in org.kie.workbench.common.dmn.api.definition.model with parameters of type ConstraintType Modifier and Type Method Description voidUnaryTests. setConstraintType(ConstraintType constraintType)voidOutputClauseUnaryTests. setConstraintTypeField(ConstraintType constraintTypeField)Constructors in org.kie.workbench.common.dmn.api.definition.model with parameters of type ConstraintType Constructor 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)
-