Uses of Class
net.java.ao.it.model.Profession

Packages that use Profession
net.java.ao.it   
net.java.ao.it.model   
 

Uses of Profession in net.java.ao.it
 

Fields in net.java.ao.it declared as Profession
static Profession DatabaseProcessor.PersonData.PROFESSION
           
 

Uses of Profession in net.java.ao.it.model
 

Methods in net.java.ao.it.model that return Profession
 Profession Person.getProfession()
           
static Profession Profession.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Profession[] Profession.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.java.ao.it.model with parameters of type Profession
 void Person.setProfession(Profession profession)
           
 



Copyright © 2007-2012. All Rights Reserved.