tutorial.survey
Class Race

java.lang.Object
  |
  +--com.primix.tapestry.util.Enum
        |
        +--tutorial.survey.Race
All Implemented Interfaces:
java.io.Serializable

public class Race
extends Enum

An enumeration of different races. At least one is just for laughs.

Version:
$Id: Race.java,v 1.4 2001/05/02 18:07:07 hship Exp $
Author:
Howard Ship
See Also:
Serialized Form

Field Summary
static Race AFRICAN
           
static Race ASIAN
           
static Race CAUCASIAN
           
static Race INUIT
           
static Race MARTIAN
           
 
Methods inherited from class com.primix.tapestry.util.Enum
getEnumerationId, getSingleton, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CAUCASIAN

public static final Race CAUCASIAN

AFRICAN

public static final Race AFRICAN

ASIAN

public static final Race ASIAN

INUIT

public static final Race INUIT

MARTIAN

public static final Race MARTIAN