com.compoze.collab.exchange
Class SelectedMailingAddressEnum
java.lang.Object
|
+--com.compoze.collab.Enum
|
+--com.compoze.collab.exchange.SelectedMailingAddressEnum
- All Implemented Interfaces:
- java.io.Serializable
- public class SelectedMailingAddressEnum
- extends Enum
- implements java.io.Serializable
This class is used to represent which address type is used when sending
information to a person or contact.
The enumeration class that contains SelectedMailingAddress
elements.
- See Also:
- Serialized Form
Method Summary |
static Enum |
i()
Gets the singleton. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE_NONE
public static final int VALUE_NONE
VALUE_HOME
public static final int VALUE_HOME
VALUE_BUSINESS
public static final int VALUE_BUSINESS
VALUE_OTHER
public static final int VALUE_OTHER
NUM_ELEMENTS
public static final int NUM_ELEMENTS
NONE
public static final SelectedMailingAddress NONE
- Indicates that there is no selected mailing address.
HOME
public static final SelectedMailingAddress HOME
- The home address is the preferred address for mail
BUSINESS
public static final SelectedMailingAddress BUSINESS
- The business address is the preferred address for mail
OTHER
public static final SelectedMailingAddress OTHER
- The 'other' address is the preferred address for mail
SelectedMailingAddressEnum
protected SelectedMailingAddressEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
- Constructor.
SelectedMailingAddressEnum
protected SelectedMailingAddressEnum(int iNumElements)
i
public static Enum i()
- Gets the singleton.
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.