BEA Systems, Inc.

com.compoze.collab.exchange
Class Gender

java.lang.Object
  |
  +--com.compoze.collab.EnumElement
        |
        +--com.compoze.collab.exchange.Gender
All Implemented Interfaces:
java.lang.Comparable, com.compoze.collab.util.IDigestSupport, java.io.Serializable

public class Gender
extends EnumElement
implements java.io.Serializable

This class is used to represent the sex of a person or contact. The element class for the GenderEnum enumeration.

See Also:
Serialized Form

Fields inherited from class com.compoze.collab.EnumElement
m_iValue, m_sStr, m_value
 
Constructor Summary
protected Gender(java.lang.Class enumClass, com.compoze.collab.resource.ResourceBundleWrapper rb, com.compoze.collab.resource.ResourceKey rk, int iValue, float fSortValue, java.lang.String sStr)
          Constructor.
 
Methods inherited from class com.compoze.collab.EnumElement
compareTo, equals, getDisplayName, getEnumeration, getIntegerValue, getIntValue, getString, isDefault, readResolve, toString, updateDigest
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Gender

protected Gender(java.lang.Class enumClass,
                 com.compoze.collab.resource.ResourceBundleWrapper rb,
                 com.compoze.collab.resource.ResourceKey rk,
                 int iValue,
                 float fSortValue,
                 java.lang.String sStr)
Constructor. Used for extendability of this element class.

BEA Systems, Inc.

Copyright ©1999-2005 BEA Systems, Inc. All rights reserved.