org.springframework.richclient.test
Class TestLabeledEnum

Show UML class diagram
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.richclient.test.TestLabeledEnum
All Implemented Interfaces:
Serializable, Comparable, LabeledEnum

public class TestLabeledEnum
extends ShortCodedLabeledEnum

Author:
Oliver Hutchison
See Also:
Serialized Form

Field Summary
static TestLabeledEnum ONE
           
static TestLabeledEnum THREE
           
static TestLabeledEnum TWO
           
static TestLabeledEnum ZERO
           
 
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

ZERO

public static final TestLabeledEnum ZERO

ONE

public static final TestLabeledEnum ONE

TWO

public static final TestLabeledEnum TWO

THREE

public static final TestLabeledEnum THREE


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.