|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.core.enums.AbstractLabeledEnum
@Deprecated public abstract class AbstractLabeledEnum
Abstract base superclass for LabeledEnum implementations.
Field Summary |
---|
Fields inherited from interface org.springframework.core.enums.LabeledEnum |
---|
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER |
Constructor Summary | |
---|---|
protected |
AbstractLabeledEnum()
Deprecated. Create a new AbstractLabeledEnum instance. |
Method Summary | |
---|---|
int |
compareTo(Object obj)
Deprecated. |
boolean |
equals(Object obj)
Deprecated. |
Class |
getType()
Deprecated. Return this enumeration's type. |
int |
hashCode()
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.springframework.core.enums.LabeledEnum |
---|
getCode, getLabel |
Constructor Detail |
---|
protected AbstractLabeledEnum()
Method Detail |
---|
public Class getType()
LabeledEnum
getType
in interface LabeledEnum
public int compareTo(Object obj)
compareTo
in interface Comparable
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |