Java org.apache.commons.lang.enums Enum fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang.enums Enum fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang.enums Enum.

The text is from its open source code.

Subclass

org.apache.commons.lang.enums.Enum has subclasses.
Click this link to see all its subclasses.

Method

EnumgetEnum(Class enumClass, String name)

Gets an Enum object by class and name.

StringgetName()

Retrieve the name of this Enum item, set in the constructor.