Uses of Class
org.drools.benchmark.model.Gender

Packages that use Gender
org.drools.benchmark.model   
 

Uses of Gender in org.drools.benchmark.model
 

Methods in org.drools.benchmark.model that return Gender
 Gender Applicant.getGender()
           
static Gender Gender.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Gender[] Gender.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.drools.benchmark.model with parameters of type Gender
 void Applicant.setGender(Gender gender)
           
 

Constructors in org.drools.benchmark.model with parameters of type Gender
Applicant(String name, int age, Gender gender)
           
 



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.