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

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

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

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



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.