|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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(java.lang.Object obj)
Deprecated. |
boolean |
equals(java.lang.Object obj)
Deprecated. |
java.lang.Class |
getType()
Deprecated. Return this enumeration's type. |
int |
hashCode()
Deprecated. |
java.lang.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 java.lang.Class getType()
LabeledEnum
getType in interface LabeledEnumpublic int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparablepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||