Uses of Enum Class
org.drools.base.rule.TypeDeclaration.Format
Packages that use TypeDeclaration.Format
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of TypeDeclaration.Format in org.drools.base.rule
Methods in org.drools.base.rule that return TypeDeclaration.FormatModifier and TypeMethodDescriptionTypeDeclaration.getFormat()static TypeDeclaration.FormatReturns the enum constant of this class with the specified name.static TypeDeclaration.Format[]TypeDeclaration.Format.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.Format