Uses of Class
org.ow2.easybeans.examples.maven.jpa2.entity.EmployeeLevelType

Uses of EmployeeLevelType in org.ow2.easybeans.examples.maven.jpa2.entity
 

Methods in org.ow2.easybeans.examples.maven.jpa2.entity that return EmployeeLevelType
static EmployeeLevelType EmployeeLevelType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EmployeeLevelType[] EmployeeLevelType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.ow2.easybeans.examples.maven.jpa2.entity that return types with arguments of type EmployeeLevelType
 java.util.Set<EmployeeLevelType> Employee.getLevelRights()
           
 



Copyright © 2006-2010 OW2 Consortium. All Rights Reserved.