Uses of Class
org.drools.core.rule.TypeDeclaration.Kind
-
Packages that use TypeDeclaration.Kind Package Description org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of TypeDeclaration.Kind in org.drools.core.rule
Methods in org.drools.core.rule that return TypeDeclaration.Kind Modifier and Type Method Description TypeDeclaration.KindTypeDeclaration. getKind()static TypeDeclaration.KindTypeDeclaration.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeDeclaration.Kind[]TypeDeclaration.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.core.rule with parameters of type TypeDeclaration.Kind Modifier and Type Method Description voidTypeDeclaration. setKind(TypeDeclaration.Kind kind)
-