Uses of Class
org.apache.commons.lang.enum.ValuedEnum

Packages that use ValuedEnum
org.apache.commons.lang.enum Provides an implementation of the C style 'enum' in the Java world. 
 

Uses of ValuedEnum in org.apache.commons.lang.enum
 

Methods in org.apache.commons.lang.enum that return ValuedEnum
static ValuedEnum EnumUtils.getEnum(Class enumClass, int value)
          Gets a ValuedEnum object by class and value.
 



Copyright © 2001-2003 - Apache Software Foundation