Uses of Enum Class
org.drools.base.rule.ConsequenceMetaData.Statement.Type
Packages that use ConsequenceMetaData.Statement.Type
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of ConsequenceMetaData.Statement.Type in org.drools.base.rule
Methods in org.drools.base.rule that return ConsequenceMetaData.Statement.TypeModifier and TypeMethodDescriptionConsequenceMetaData.Statement.getType()Returns the enum constant of this class with the specified name.static ConsequenceMetaData.Statement.Type[]ConsequenceMetaData.Statement.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.drools.base.rule with parameters of type ConsequenceMetaData.Statement.TypeModifierConstructorDescriptionStatement(ConsequenceMetaData.Statement.Type type, Class<?> factClass)