org.springframework.core.enums
Class AbstractGenericLabeledEnum
java.lang.Object
   org.springframework.core.enums.AbstractLabeledEnum
org.springframework.core.enums.AbstractLabeledEnum
       org.springframework.core.enums.AbstractGenericLabeledEnum
org.springframework.core.enums.AbstractGenericLabeledEnum
- All Implemented Interfaces: 
- Serializable, Comparable, LabeledEnum
- Direct Known Subclasses: 
- LetterCodedLabeledEnum, ShortCodedLabeledEnum, StringCodedLabeledEnum
- public abstract class AbstractGenericLabeledEnum 
- extends AbstractLabeledEnum
Base class for labeled enum instances that aren't static.
- Since:
- 1.2.6
- Author:
- Keith Donald
- See Also:
- Serialized Form
 
 
 
| Method Summary | 
|  String | getLabel()Return a descriptive, optional label.
 | 
 
 
 
 
AbstractGenericLabeledEnum
protected AbstractGenericLabeledEnum(String label)
- Create a new StaticLabeledEnum instance.
 
- Parameters:
- label- the label; if- null), the enum's code
 will be used as label
 
getLabel
public String getLabel()
- Description copied from interface: LabeledEnum
- Return a descriptive, optional label.
 
- 
 
Copyright © 2002-2008 The Spring Framework.