tutorial.survey
Class Sex
java.lang.Object
|
+--com.primix.tapestry.util.Enum
|
+--tutorial.survey.Sex
- All Implemented Interfaces:
- java.io.Serializable
- public class Sex
- extends Enum
Provides a list of possible sexes. I'm in a Science Fiction mood, so I provided
a few more options than typical.
- Version:
- $Id: Sex.java,v 1.4 2001/05/02 18:07:07 hship Exp $
- Author:
- Howard Ship
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MALE
public static final Sex MALE
FEMALE
public static final Sex FEMALE
TRANSGENDER
public static final Sex TRANSGENDER
ASEXUAL
public static final Sex ASEXUAL