Uses of Class
org.drools.base.rule.TypeDeclaration.Format
-
Packages that use TypeDeclaration.Format 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.Format in org.drools.base.rule
Methods in org.drools.base.rule that return TypeDeclaration.Format Modifier and Type Method Description TypeDeclaration.FormatTypeDeclaration. getFormat()static TypeDeclaration.FormatTypeDeclaration.Format. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TypeDeclaration.Format[]TypeDeclaration.Format. 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.Format Modifier and Type Method Description voidTypeDeclaration. setFormat(TypeDeclaration.Format format)
-