public abstract class AbstractGenericLabeledEnum extends AbstractLabeledEnum
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER| Modifier | Constructor and Description |
|---|---|
protected |
AbstractGenericLabeledEnum(String label)
Deprecated.
Create a new StaticLabeledEnum instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Deprecated.
Return a descriptive, optional label.
|
compareTo, equals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCodeprotected AbstractGenericLabeledEnum(String label)
label - the label; if null), the enum's code
will be used as labelpublic String getLabel()
LabeledEnum