站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.core.enums.AbstractLabeledEnum (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.core.enums.AbstractLabeledEnum

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

Uses of AbstractLabeledEnum in org.springframework.core.enums
 

Subclasses of AbstractLabeledEnum in org.springframework.core.enums
 class AbstractGenericLabeledEnum
          Base class for labeled enum instances that aren't static.
 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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.