Uses of Class
org.drools.base.rule.TypeDeclaration.Nature
-
Packages that use TypeDeclaration.Nature Package Description org.drools.base.rule 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.Nature Modifier and Type Method Description TypeDeclaration.NatureTypeDeclaration. getNature()static TypeDeclaration.NatureTypeDeclaration.Nature. parseNature(java.lang.String nature)static TypeDeclaration.NatureTypeDeclaration.Nature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TypeDeclaration.Nature[]TypeDeclaration.Nature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.base.rule with parameters of type TypeDeclaration.Nature Modifier and Type Method Description voidTypeDeclaration. setNature(TypeDeclaration.Nature nature)
-