org.springframework.beans
Class Colour

java.lang.Object
  extended by org.springframework.core.enums.AbstractLabeledEnum
      extended by org.springframework.core.enums.AbstractGenericLabeledEnum
          extended by org.springframework.core.enums.ShortCodedLabeledEnum
              extended by org.springframework.beans.Colour
All Implemented Interfaces:
Serializable, Comparable, LabeledEnum

public class Colour
extends ShortCodedLabeledEnum

Author:
Rob Harrop
See Also:
Serialized Form

Field Summary
static Colour BLUE
           
static Colour GREEN
           
static Colour PURPLE
           
static Colour RED
           
 
Fields inherited from interface org.springframework.core.enums.LabeledEnum
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER
 
Method Summary
 
Methods inherited from class org.springframework.core.enums.ShortCodedLabeledEnum
getCode, getShortCode
 
Methods inherited from class org.springframework.core.enums.AbstractGenericLabeledEnum
getLabel
 
Methods inherited from class org.springframework.core.enums.AbstractLabeledEnum
compareTo, equals, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

RED

public static final Colour RED

BLUE

public static final Colour BLUE

GREEN

public static final Colour GREEN

PURPLE

public static final Colour PURPLE


Copyright ? 2005-2008 Spring Framework. All Rights Reserved.