Package org.springframework.core.enums
Interfaces and classes for type-safe enum support on JDK >= 1.3.
See: Description
-
Interface Summary Interface Description LabeledEnum Deprecated as of Spring 3.0, in favor of Java 5 enums.LabeledEnumResolver Deprecated as of Spring 3.0, in favor of Java 5 enums. -
Class Summary Class Description AbstractCachingLabeledEnumResolver Deprecated as of Spring 3.0, in favor of Java 5 enums.AbstractGenericLabeledEnum Deprecated as of Spring 3.0, in favor of Java 5 enums.AbstractLabeledEnum Deprecated as of Spring 3.0, in favor of Java 5 enums.LetterCodedLabeledEnum Deprecated as of Spring 3.0, in favor of Java 5 enums.ShortCodedLabeledEnum Deprecated as of Spring 3.0, in favor of Java 5 enums.StaticLabeledEnum Deprecated as of Spring 3.0, in favor of Java 5 enums.StaticLabeledEnumResolver Deprecated as of Spring 3.0, in favor of Java 5 enums.StringCodedLabeledEnum Deprecated as of Spring 3.0, in favor of Java 5 enums.
Package org.springframework.core.enums Description
Interfaces and classes for type-safe enum support on JDK >= 1.3. This enum abstraction support codes and labels.