public abstract class

AbstractLabeledEnum

extends Object
implements LabeledEnum
java.lang.Object
   ↳ org.springframework.core.enums.AbstractLabeledEnum
Known Direct Subclasses
Known Indirect Subclasses

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

Class Overview

Abstract base superclass for LabeledEnum implementations.

Summary

[Expand]
Inherited Fields
From interface org.springframework.core.enums.LabeledEnum
Protected Constructors
AbstractLabeledEnum()
Create a new AbstractLabeledEnum instance.
Public Methods
int compareTo(Object obj)
boolean equals(Object obj)
Class getType()
Return this enumeration's type.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.Comparable
From interface org.springframework.core.enums.LabeledEnum

Protected Constructors

protected AbstractLabeledEnum ()

Also: SpringCore

Create a new AbstractLabeledEnum instance.

Public Methods

public int compareTo (Object obj)

Also: SpringCore

public boolean equals (Object obj)

public Class getType ()

Also: SpringCore

Return this enumeration's type.

public int hashCode ()

public String toString ()