public abstract class

AbstractGenericLabeledEnum

extends AbstractLabeledEnum
java.lang.Object
   ↳ org.springframework.core.enums.AbstractLabeledEnum
     ↳ org.springframework.core.enums.AbstractGenericLabeledEnum
Known Direct Subclasses

This class is deprecated.
as of Spring 3.0, in favor of Java 5 enums.

Class Overview

Base class for labeled enum instances that aren't static.

Summary

[Expand]
Inherited Fields
From interface org.springframework.core.enums.LabeledEnum
Protected Constructors
AbstractGenericLabeledEnum(String label)
Create a new StaticLabeledEnum instance.
Public Methods
String getLabel()
[Expand]
Inherited Methods
From class org.springframework.core.enums.AbstractLabeledEnum
From class java.lang.Object
From interface java.lang.Comparable
From interface org.springframework.core.enums.LabeledEnum

Protected Constructors

protected AbstractGenericLabeledEnum (String label)

Also: SpringCore

Create a new StaticLabeledEnum instance.

Parameters
label the label; if null), the enum's code will be used as label

Public Methods

public String getLabel ()

Also: SpringCore