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