@Deprecated
public interface LabeledEnum
extends java.lang.Comparable, java.io.Serializable
com.mycompany.util.FileFormat.| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator |
CODE_ORDER
Deprecated.
Shared Comparator instance that sorts enumerations by
CODE_ORDER. |
static java.util.Comparator |
DEFAULT_ORDER
Deprecated.
Shared Comparator instance that sorts enumerations by
LABEL_ORDER,
then CODE_ORDER. |
static java.util.Comparator |
LABEL_ORDER
Deprecated.
Shared Comparator instance that sorts enumerations by
LABEL_ORDER. |
static final java.util.Comparator CODE_ORDER
CODE_ORDER.static final java.util.Comparator LABEL_ORDER
LABEL_ORDER.static final java.util.Comparator DEFAULT_ORDER
LABEL_ORDER,
then CODE_ORDER.java.lang.Class getType()
java.lang.Comparable getCode()
Each code should be unique within enumerations of the same type.
java.lang.String getLabel()