Uses of Interface
org.springframework.core.enums.LabeledEnum

Packages that use LabeledEnum
org.springframework.core.enums Interfaces and classes for type-safe enum support on JDK >= 1.3. 
 

Uses of LabeledEnum in org.springframework.core.enums
 

Classes in org.springframework.core.enums that implement LabeledEnum
 class AbstractGenericLabeledEnum
          Base class for labeled enum instances that aren't static.
 class AbstractLabeledEnum
          Abstract base superclass for LabeledEnum implementations.
 class LetterCodedLabeledEnum
          Implementation of LabeledEnum which uses a letter as the code type.
 class ShortCodedLabeledEnum
          Implementation of LabeledEnum which uses Short as the code type.
 class StaticLabeledEnum
          Base class for static type-safe labeled enum instances.
 class StringCodedLabeledEnum
          Implementation of LabeledEnum which uses a String as the code type.
 

Methods in org.springframework.core.enums that return LabeledEnum
 LabeledEnum LabeledEnumResolver.getLabeledEnumByCode(Class type, Comparable code)
          Resolve a single LabeledEnum by its identifying code.
 LabeledEnum AbstractCachingLabeledEnumResolver.getLabeledEnumByCode(Class type, Comparable code)
           
 LabeledEnum LabeledEnumResolver.getLabeledEnumByLabel(Class type, String label)
          Resolve a single LabeledEnum by its identifying code.
 LabeledEnum AbstractCachingLabeledEnumResolver.getLabeledEnumByLabel(Class type, String label)
           
 



Copyright © 2002-2008 The Spring Framework.