java.lang.Object | ||
↳ | org.springframework.core.enums.AbstractLabeledEnum | |
↳ | org.springframework.core.enums.AbstractGenericLabeledEnum |
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new StaticLabeledEnum instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Create a new StaticLabeledEnum instance.
label | the label; if null ), the enum's code
will be used as label
|
---|