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 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 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 (c) 2002-2005 The Spring Framework Project.