Uses of Class
org.drools.rule.TypeDeclaration.Role

Packages that use TypeDeclaration.Role
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of TypeDeclaration.Role in org.drools.rule
 

Methods in org.drools.rule that return TypeDeclaration.Role
 TypeDeclaration.Role TypeDeclaration.getRole()
           
static TypeDeclaration.Role TypeDeclaration.Role.parseRole(String role)
           
static TypeDeclaration.Role TypeDeclaration.Role.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypeDeclaration.Role[] TypeDeclaration.Role.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.drools.rule with parameters of type TypeDeclaration.Role
 void TypeDeclaration.setRole(TypeDeclaration.Role role)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.