Uses of Enum Class
org.drools.base.rule.constraint.Constraint.ConstraintType
Packages that use Constraint.ConstraintType
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of Constraint.ConstraintType in org.drools.base.rule
Methods in org.drools.base.rule that return Constraint.ConstraintTypeMethods in org.drools.base.rule with parameters of type Constraint.ConstraintTypeModifier and TypeMethodDescriptionvoidMutableTypeConstraint.setType(Constraint.ConstraintType type) -
Uses of Constraint.ConstraintType in org.drools.base.rule.constraint
Methods in org.drools.base.rule.constraint that return Constraint.ConstraintTypeModifier and TypeMethodDescriptionConstraint.getType()Returns the type of the constraint, either ALPHA, BETA or UNKNOWNNegConstraint.getType()QueryNameConstraint.getType()XpathConstraint.getType()static Constraint.ConstraintTypeReturns the enum constant of this class with the specified name.static Constraint.ConstraintType[]Constraint.ConstraintType.values()Returns an array containing the constants of this enum class, in the order they are declared.