@Deprecated public abstract class AbstractLabeledEnum extends Object implements LabeledEnum
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLabeledEnum()
Deprecated.
Create a new AbstractLabeledEnum instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
Class |
getType()
Deprecated.
Return this enumeration's type.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCode, getLabelprotected AbstractLabeledEnum()
public Class getType()
LabeledEnumgetType in interface LabeledEnumpublic int compareTo(Object obj)
compareTo in interface Comparable