Compoze Software, Inc.

com.compoze.collab.exchange
Class GenderEnum


java.lang.Object

  |

  +--com.compoze.collab.Enum

        |

        +--com.compoze.collab.exchange.GenderEnum

All Implemented Interfaces:
java.io.Serializable

public class GenderEnum
extends Enum
implements java.io.Serializable

This class is used to represent the sex of a person or contact. The enumeration class that contains Gender elements.

See Also:
Serialized Form

Field Summary
static Gender FEMALE
           
static Gender MALE
           
static int NUM_ELEMENTS
           
static Gender UNSPECIFIED
           
static int VALUE_FEMALE
           
static int VALUE_MALE
           
static int VALUE_UNSPECIFIED
           
 
Fields inherited from class com.compoze.collab.Enum
m_elements
 
Constructor Summary
protected GenderEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
          Constructor.
protected GenderEnum(int iNumElements)
           
 
Method Summary
static Enum i()
          Gets the singleton.
 
Methods inherited from class com.compoze.collab.Enum
addElement, getDefaultElement, getElement, getElements, getInternalName, getRawElements, getResourceBundle, isDefaultElement, setDefaultElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE_FEMALE


public static final int VALUE_FEMALE

VALUE_MALE


public static final int VALUE_MALE

VALUE_UNSPECIFIED


public static final int VALUE_UNSPECIFIED

NUM_ELEMENTS


public static final int NUM_ELEMENTS

FEMALE


public static final Gender FEMALE

MALE


public static final Gender MALE

UNSPECIFIED


public static final Gender UNSPECIFIED
Constructor Detail

GenderEnum


protected GenderEnum(java.lang.Class elementClass,
                     int iNumElements,
                     com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
                     EnumElement defaultElement,
                     java.lang.String sInternalName,
                     boolean bMaskable)
Constructor.

GenderEnum


protected GenderEnum(int iNumElements)
Method Detail

i


public static Enum i()
Gets the singleton.

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.