|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.collab.CollabEnum | +--com.compoze.collab.domino.DocumentTypeEnum
An enumeration of the document types.
The enumeration class that contains DocumentType
elements.
Field Summary | |
static DocumentType |
APPOINTMENT
An appointment document. |
static DocumentType |
BOOKMARK
A bookmark document. |
static DocumentType |
CONTACT
A contact document. |
static DocumentType |
DELIVERY_REPORT
A delivery report document. |
static DocumentType |
GROUP
A group document. |
static DocumentType |
MEMO
A memo document. |
static DocumentType |
NONDELIVERY_REPORT
A non-delivery report document. |
static DocumentType |
NOTICE
A notice document. |
static int |
NUM_ELEMENTS
|
static DocumentType |
PERSONAL_STATIONARY
A personal stationary document. |
static DocumentType |
PHONE_MESSAGE
A phone message document. |
static DocumentType |
REPLY
A reply document. |
static DocumentType |
REPLY_NOTICE
A reply notice document. |
static DocumentType |
RETURN_NONRECEIPT
A return non-receipt document. |
static DocumentType |
RETURN_RECEIPT
A return receipt document. |
static DocumentType |
TASK
A task document. |
static DocumentType |
TASK_NOTICE
A task notice document. |
static DocumentType |
TRACE_REPORT
A trace report document. |
static DocumentType |
UNKNOWN
A unknown document. |
static int |
VALUE_APPOINTMENT
|
static int |
VALUE_BOOKMARK
|
static int |
VALUE_CONTACT
|
static int |
VALUE_DELIVERY_REPORT
|
static int |
VALUE_GROUP
|
static int |
VALUE_MEMO
|
static int |
VALUE_NONDELIVERY_REPORT
|
static int |
VALUE_NOTICE
|
static int |
VALUE_PERSONAL_STATIONARY
|
static int |
VALUE_PHONE_MESSAGE
|
static int |
VALUE_REPLY
|
static int |
VALUE_REPLY_NOTICE
|
static int |
VALUE_RETURN_NONRECEIPT
|
static int |
VALUE_RETURN_RECEIPT
|
static int |
VALUE_TASK
|
static int |
VALUE_TASK_NOTICE
|
static int |
VALUE_TRACE_REPORT
|
static int |
VALUE_UNKNOWN
|
Fields inherited from class com.compoze.collab.CollabEnum |
m_elements |
Constructor Summary | |
protected |
DocumentTypeEnum(java.lang.Class elementClass,
int iNumElements,
com.compoze.collab.resource.ResourceBundleWrapper rbWrapper,
EnumElement defaultElement,
java.lang.String sInternalName,
boolean bMaskable)
Constructor. |
protected |
DocumentTypeEnum(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_MEMO
public static final int VALUE_APPOINTMENT
public static final int VALUE_CONTACT
public static final int VALUE_TASK
public static final int VALUE_TRACE_REPORT
public static final int VALUE_GROUP
public static final int VALUE_DELIVERY_REPORT
public static final int VALUE_NONDELIVERY_REPORT
public static final int VALUE_RETURN_NONRECEIPT
public static final int VALUE_NOTICE
public static final int VALUE_TASK_NOTICE
public static final int VALUE_RETURN_RECEIPT
public static final int VALUE_REPLY
public static final int VALUE_PERSONAL_STATIONARY
public static final int VALUE_PHONE_MESSAGE
public static final int VALUE_BOOKMARK
public static final int VALUE_UNKNOWN
public static final int VALUE_REPLY_NOTICE
public static final int NUM_ELEMENTS
public static final DocumentType MEMO
public static final DocumentType APPOINTMENT
public static final DocumentType CONTACT
public static final DocumentType TASK
public static final DocumentType TRACE_REPORT
public static final DocumentType GROUP
public static final DocumentType DELIVERY_REPORT
public static final DocumentType NONDELIVERY_REPORT
public static final DocumentType RETURN_NONRECEIPT
public static final DocumentType NOTICE
public static final DocumentType TASK_NOTICE
public static final DocumentType RETURN_RECEIPT
public static final DocumentType REPLY
public static final DocumentType PERSONAL_STATIONARY
public static final DocumentType PHONE_MESSAGE
public static final DocumentType BOOKMARK
public static final DocumentType UNKNOWN
public static final DocumentType REPLY_NOTICE
Constructor Detail |
protected DocumentTypeEnum(java.lang.Class elementClass, int iNumElements, com.compoze.collab.resource.ResourceBundleWrapper rbWrapper, EnumElement defaultElement, java.lang.String sInternalName, boolean bMaskable)
protected DocumentTypeEnum(int iNumElements)
Method Detail |
public static CollabEnum i()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |