Compoze Software, Inc.

com.compoze.collab.exchange
Class GenderEnum

java.lang.Object
  extended bycom.compoze.collab.CollabEnum
      extended bycom.compoze.collab.exchange.GenderEnum
All Implemented Interfaces:
com.compoze.collab.util.IDigestSupport, java.io.Serializable

public class GenderEnum
extends CollabEnum
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.CollabEnum
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 CollabEnum i()
          Gets the singleton.
 
Methods inherited from class com.compoze.collab.CollabEnum
addElement, getDefaultElement, getElement, getElements, getInternalName, getRawElements, getResourceBundle, isDefaultElement, setDefaultElement, updateDigest
 
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
See Also:
Constant Field Values

VALUE_MALE

public static final int VALUE_MALE
See Also:
Constant Field Values

VALUE_UNSPECIFIED

public static final int VALUE_UNSPECIFIED
See Also:
Constant Field Values

NUM_ELEMENTS

public static final int NUM_ELEMENTS
See Also:
Constant Field Values

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 CollabEnum i()
Gets the singleton.


Compoze Software, Inc.

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