Uses of Enum Class
org.drools.base.rule.TypeDeclaration.Kind
Packages that use TypeDeclaration.Kind
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of TypeDeclaration.Kind in org.drools.base.rule
Methods in org.drools.base.rule that return TypeDeclaration.KindModifier and TypeMethodDescriptionTypeDeclaration.getKind()static TypeDeclaration.KindReturns the enum constant of this class with the specified name.static TypeDeclaration.Kind[]TypeDeclaration.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.base.rule with parameters of type TypeDeclaration.Kind