|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.DocumentType
This class stores the values for the Domino document types. The type of document is represented with a type string.
Field Summary | |
static DocumentType |
APPOINTMENT
This value represents the 'appointment' document type. |
static DocumentType |
BOOKMARK
This value represents the 'memo' document type. |
static DocumentType |
CONTACT
This value represents the 'contact' document type. |
static DocumentType |
DELIVERY_REPORT
This value represents the 'delivery report' document type. |
static DocumentType |
MEMO
This value represents the 'memo' document type. |
static DocumentType |
NONDELIVERY_REPORT
This value represents the 'non-delivery report' document type. |
static DocumentType |
NOTICE
This value represents the 'notice' document type. |
static DocumentType |
PERSONAL_STATIONERY
This value represents the 'memo' document type. |
static DocumentType |
PHONE_MESSAGE
This value represents the 'memo' document type. |
static DocumentType |
REPLY
This value represents the 'reply' document type. |
static DocumentType |
REPLY_NOTICE
This value represents the 'reply notice' document type. |
static DocumentType |
RETURN_NONRECEIPT
This value represents the 'return non-receipt' document type. |
static DocumentType |
RETURN_RECEIPT
This value represents the 'return receipt' document type. |
static DocumentType |
TASK
This value represents the 'task' document type. |
static DocumentType |
TASK_NOTICE
This value represents the 'task notice' document type. |
static DocumentType |
TRACE_REPORT
This value represents the 'trace report' document type. |
static DocumentType |
UNKNOWN
This value represents the 'unknown' document type. |
static int |
VALUE_APPOINTMENT
This value represents the 'appointment' value. |
static int |
VALUE_BOOKMARK
This value represents the 'Bookmark' or Link Message value. |
static int |
VALUE_CONTACT
This value represents the 'contact' value. |
static int |
VALUE_DELIVERY_REPORT
This value represents the 'delivery report' value. |
static int |
VALUE_MEMO
This value represents the 'note' value. |
static int |
VALUE_NONDELIVERY_REPORT
This value represents the 'non-delivery report' value. |
static int |
VALUE_NOTICE
This value represents the 'notice' value. |
static int |
VALUE_PERSONAL_STATIONERY
This value represents the 'Personal Stationery' value. |
static int |
VALUE_PHONE_MESSAGE
This value represents the 'Phone Message' value. |
static int |
VALUE_REPLY
This value represents the 'reply' value. |
static int |
VALUE_REPLY_NOTICE
This value represents the 'Reply Notice' value. |
static int |
VALUE_RETURN_NONRECEIPT
This value represents the 'return non-receipt' value. |
static int |
VALUE_RETURN_RECEIPT
This value represents the 'return receipt' value. |
static int |
VALUE_TASK
This value represents the 'task' value. |
static int |
VALUE_TASK_NOTICE
This value represents the 'task notice' value. |
static int |
VALUE_TRACE_REPORT
This value represents the 'trace report' value. |
static int |
VALUE_UNKNOWN
This value represents the 'Unknown' or Link Message value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static DocumentType |
get(int iValue)
Gets the document type using the enumeration value. |
static DocumentType |
get(java.lang.String sType)
Gets the document type by the specified type string. |
static java.util.List |
getList()
Gets the list of document types. |
java.lang.Object |
getStoreValueObject()
Gets the store value as an object. |
java.lang.String |
getType()
Gets the type string of the document type. |
int |
getValue()
Gets the enumeration value of the document type. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, 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_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_STATIONERY
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 DocumentType MEMO
Memo
public static final DocumentType PERSONAL_STATIONERY
PersonalStationery
public static final DocumentType PHONE_MESSAGE
PhoneMessage
public static final DocumentType BOOKMARK
Memo
public static final DocumentType REPLY
Memo
public static final DocumentType APPOINTMENT
Appointment
public static final DocumentType CONTACT
Contact
public static final DocumentType TASK
Task
public static final DocumentType TRACE_REPORT
TraceReport
public static final DocumentType DELIVERY_REPORT
DeliveryReport
public static final DocumentType RETURN_RECEIPT
ReturnReceipt
public static final DocumentType NONDELIVERY_REPORT
NonDeliveryReport
public static final DocumentType RETURN_NONRECEIPT
ReturnNonReceipt
public static final DocumentType NOTICE
Notice
public static final DocumentType TASK_NOTICE
TaskNotice
public static final DocumentType UNKNOWN
public static final DocumentType REPLY_NOTICE
Method Detail |
public java.lang.String getType()
public java.lang.Object getStoreValueObject()
public int getValue()
DocumentType
class.
VALUE_
constants)public static DocumentType get(java.lang.String sType)
sType
- the type string of the document type
null
if not foundpublic static DocumentType get(int iValue)
iValue
- the enumeration value of the document type
null
if not foundpublic static java.util.List getList()
DocumentType
s (unmodifiable)public boolean equals(java.lang.Object o)
o
- the object to check
true
if this object has the same type string as the argument; false
otherwisepublic java.lang.String toString()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |