Uses of Class
org.apache.myfaces.commons.examples.validate.EducationLevel

Packages that use EducationLevel
org.apache.myfaces.commons.examples.validate   
 

Uses of EducationLevel in org.apache.myfaces.commons.examples.validate
 

Methods in org.apache.myfaces.commons.examples.validate that return EducationLevel
 EducationLevel ValidateEnum.getLevel()
           
static EducationLevel EducationLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EducationLevel[] EducationLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.myfaces.commons.examples.validate with parameters of type EducationLevel
 void ValidateEnum.setLevel(EducationLevel level)
           
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.