| java.lang.Object | ||
| ↳ | org.springframework.core.enums.AbstractLabeledEnum | |
| ↳ | org.springframework.core.enums.AbstractGenericLabeledEnum | |
Known Direct Subclasses
|
This class is deprecated.
as of Spring 3.0, in favor of Java 5 enums.
Base class for labeled enum instances that aren't static.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.core.enums.LabeledEnum
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new StaticLabeledEnum instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.enums.AbstractLabeledEnum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
From interface
org.springframework.core.enums.LabeledEnum
| |||||||||||
Create a new StaticLabeledEnum instance.
| label | the label; if null), the enum's code
will be used as label
|
|---|