|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.collab.CollabEnum
com.compoze.collab.exchange.SelectedMailingAddressEnum
public class SelectedMailingAddressEnum
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.
Field Summary | |
---|---|
static SelectedMailingAddress |
BUSINESS
The business address is the preferred address for mail |
static SelectedMailingAddress |
HOME
The home address is the preferred address for mail |
static SelectedMailingAddress |
NONE
Indicates that there is no selected mailing address. |
static int |
NUM_ELEMENTS
|
static SelectedMailingAddress |
OTHER
The 'other' address is the preferred address for mail |
static int |
VALUE_BUSINESS
|
static int |
VALUE_HOME
|
static int |
VALUE_NONE
|
static int |
VALUE_OTHER
|
Fields inherited from class com.compoze.collab.CollabEnum |
---|
m_elements |
Constructor Summary | |
---|---|
protected |
SelectedMailingAddressEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
SelectedMailingAddressEnum(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 |
---|
public static final int VALUE_NONE
public static final int VALUE_HOME
public static final int VALUE_BUSINESS
public static final int VALUE_OTHER
public static final int NUM_ELEMENTS
public static final SelectedMailingAddress NONE
public static final SelectedMailingAddress HOME
public static final SelectedMailingAddress BUSINESS
public static final SelectedMailingAddress OTHER
Constructor Detail |
---|
protected SelectedMailingAddressEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
protected SelectedMailingAddressEnum(int iNumElements)
Method Detail |
---|
public static CollabEnum i()
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |