Uses of Class
org.apache.commons.lang.enums.Enum
Packages that use Enum
Package
Description
Provides an implementation of the C style
enum
in the Java world.-
Uses of Enum in org.apache.commons.lang.enums
Subclasses of Enum in org.apache.commons.lang.enumsModifier and TypeClassDescriptionclass
Abstract superclass for type-safe enums with integer values suitable for use inswitch
statements.Methods in org.apache.commons.lang.enums that return Enum