|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.exchange.MessageType
This class stores the values for the Exchange message types. The type of message is represented with a type string.
Field Summary | |
static MessageType |
ACTIVITY
This value represents the 'activity' message type ("IPM.Activity"). |
static MessageType |
APPOINTMENT
This value represents the 'appointment' message type ("IPM.Appointment"). |
static MessageType |
CONTACT
This value represents the 'contact' message type ("IPM.Contact"). |
static MessageType |
DELIVERY_RECEIPT
This value represents the 'delivery receipt' message type ("REPORT.IPM.Note.DR"). |
static MessageType |
DIST_LIST
This value represents the 'distribution list' message type ("IPM.DistList"). |
static MessageType |
JOURNAL
This value represents the 'journal' message type ("IPM.Activity"). |
static MessageType |
MEETING_CANCELED
This value represents the 'meeting canceled' message type ("IPM.Schedule.Meeting.Canceled"). |
static MessageType |
MEETING_REQUEST
This value represents the 'meeting request' message type ("IPM.Schedule.Meeting.Request"). |
static MessageType |
MEETING_REQUEST_UNDELIVERABLE
This value represents the 'undeliverable meeting request' message type ("IPM.Schedule.Meeting.Request.NDR"). |
static MessageType |
MEETING_RESPONSE_ACCEPTED
This value represents the 'meeting response accepted' message type ("IPM.Schedule.Meeting.Resp.Pos"). |
static MessageType |
MEETING_RESPONSE_DECLINED
This value represents the 'meeting response declined' message type ("IPM.Schedule.Meeting.Resp.Neg"). |
static MessageType |
MEETING_RESPONSE_TENTATIVELY_ACCEPTED
This value represents the 'meeting response tentatively accepted' message type ("IPM.Schedule.Meeting.Resp.Pos"). |
static MessageType |
NOTE
This value represents the 'note' message type ("IPM.Note"). |
static MessageType |
OUT_OF_OFFICE
This value represents the 'out of office' message type ("IPM.Note.Rules.OofTemplate.Microsoft"). |
static MessageType |
POST
This value represents the 'post' message type ("IPM.Post"). |
static MessageType |
READ_RECEIPT
This value represents the 'read receipt' message type ("REPORT.IPM.Note.IPNRN"). |
static MessageType |
REPLY_TEMPLATE
This value represents the 'reply template' message type ("IPM.Note.Rules.ReplyTemplate.Microsoft"). |
static MessageType |
STICKY_NOTE
This value represents the 'sticky note' message type ("IPM.StickyNote"). |
static MessageType |
TASK
This value represents the 'task' message type ("IPM.Task"). |
static MessageType |
TASK_REQUEST
This value represents the 'task request' message type ("IPM.TaskRequest"). |
static MessageType |
TASK_REQUEST_ACCEPT
This value represents the 'task request accept' message type ("IPM.TaskRequest.Accept"). |
static MessageType |
TASK_REQUEST_DECLINE
This value represents the 'task request decline' message type ("IPM.TaskRequest.Decline"). |
static MessageType |
TASK_REQUEST_UPDATE
This value represents the 'task request update' message type ("IPM.TaskRequest.Update"). |
static MessageType |
UNDELIVERABLE
This value represents the 'undeliverable' message type ("REPORT.IPM.Note.NDR"). |
static MessageType |
UNKNOWN
This value represents the 'unknown' message type ("IPM.Compoze.Unknown"). |
static int |
VALUE_ACTIVITY
This value represents the 'activity' value. |
static int |
VALUE_APPOINTMENT
This value represents the 'appointment' value. |
static int |
VALUE_CONTACT
This value represents the 'contact' value. |
static int |
VALUE_DELIVERY_RECEIPT
This value represents the 'delivery receipt' value. |
static int |
VALUE_DIST_LIST
This value represents the 'distribution list' value. |
static int |
VALUE_JOURNAL
This value represents the 'journal' value. |
static int |
VALUE_MEETING_CANCELED
This value represents the 'meeting canceled' value. |
static int |
VALUE_MEETING_REQUEST
This value represents the 'meeting request' value. |
static int |
VALUE_MEETING_REQUEST_UNDELIVERABLE
This value represents the 'meeting request undeliverable' value. |
static int |
VALUE_MEETING_RESPONSE_ACCEPTED
This value represents the 'meeting response accepted' value. |
static int |
VALUE_MEETING_RESPONSE_DECLINED
This value represents the 'meeting response declined' value. |
static int |
VALUE_MEETING_RESPONSE_TENTATIVELY_ACCEPTED
This value represents the 'meeting response tentatively accepted' value. |
static int |
VALUE_NOTE
This value represents the 'note' value. |
static int |
VALUE_OUT_OF_OFFICE
This value represents the 'out of office' value. |
static int |
VALUE_POST
This value represents the 'post' value. |
static int |
VALUE_READ_RECEIPT
This value represents the 'read receipt' value. |
static int |
VALUE_REPLY_TEMPLATE
This value represents the 'reply template' value. |
static int |
VALUE_STICKY_NOTE
This value represents the 'sticky note' value. |
static int |
VALUE_TASK
This value represents the 'task' value. |
static int |
VALUE_TASK_REQUEST
This value represents the 'task request' value. |
static int |
VALUE_TASK_REQUEST_ACCEPT
This value represents the 'task request accept' value. |
static int |
VALUE_TASK_REQUEST_DECLINE
This value represents the 'task request decline' value. |
static int |
VALUE_TASK_REQUEST_UPDATE
This value represents the 'task request decline' value. |
static int |
VALUE_UNDELIVERABLE
This value represents the 'undeliverable' value. |
static int |
VALUE_UNKNOWN
This value represents the 'unknown' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static MessageType |
get(int iValue)
Gets the message type using the enumeration value. |
static MessageType |
get(java.lang.String sType)
Gets the message type by the specified type string. |
static java.util.List |
getList()
Gets the list of message types. |
java.lang.Object |
getStoreValueObject()
Gets the store value as an object. |
java.lang.String |
getType()
Gets the type string of the message type. |
int |
getValue()
Gets the enumeration value of the message 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_NOTE
public static final int VALUE_APPOINTMENT
public static final int VALUE_CONTACT
public static final int VALUE_ACTIVITY
public static final int VALUE_JOURNAL
public static final int VALUE_DIST_LIST
public static final int VALUE_TASK
public static final int VALUE_OUT_OF_OFFICE
public static final int VALUE_UNDELIVERABLE
public static final int VALUE_MEETING_REQUEST
public static final int VALUE_MEETING_REQUEST_UNDELIVERABLE
public static final int VALUE_MEETING_CANCELED
public static final int VALUE_MEETING_RESPONSE_ACCEPTED
public static final int VALUE_MEETING_RESPONSE_DECLINED
public static final int VALUE_MEETING_RESPONSE_TENTATIVELY_ACCEPTED
public static final int VALUE_REPLY_TEMPLATE
public static final int VALUE_POST
public static final int VALUE_STICKY_NOTE
public static final int VALUE_DELIVERY_RECEIPT
public static final int VALUE_READ_RECEIPT
public static final int VALUE_TASK_REQUEST
public static final int VALUE_TASK_REQUEST_ACCEPT
public static final int VALUE_TASK_REQUEST_DECLINE
public static final int VALUE_TASK_REQUEST_UPDATE
public static final int VALUE_UNKNOWN
public static final MessageType NOTE
public static final MessageType STICKY_NOTE
public static final MessageType POST
public static final MessageType APPOINTMENT
public static final MessageType CONTACT
public static final MessageType ACTIVITY
public static final MessageType JOURNAL
public static final MessageType DIST_LIST
public static final MessageType TASK
public static final MessageType OUT_OF_OFFICE
public static final MessageType REPLY_TEMPLATE
public static final MessageType UNDELIVERABLE
public static final MessageType DELIVERY_RECEIPT
public static final MessageType READ_RECEIPT
public static final MessageType MEETING_REQUEST
public static final MessageType MEETING_REQUEST_UNDELIVERABLE
public static final MessageType MEETING_CANCELED
public static final MessageType MEETING_RESPONSE_ACCEPTED
public static final MessageType MEETING_RESPONSE_DECLINED
public static final MessageType MEETING_RESPONSE_TENTATIVELY_ACCEPTED
public static final MessageType TASK_REQUEST
public static final MessageType TASK_REQUEST_ACCEPT
public static final MessageType TASK_REQUEST_DECLINE
public static final MessageType TASK_REQUEST_UPDATE
public static final MessageType UNKNOWN
Method Detail |
public java.lang.String getType()
public java.lang.Object getStoreValueObject()
public int getValue()
MessageType
class.
VALUE_
constants)public static MessageType get(java.lang.String sType)
sType
- the type string of the message type
MessageType.UNKNOWN
if not foundpublic static MessageType get(int iValue)
iValue
- the enumeration value of the message type
MessageType.UNKNOWN
if not foundpublic static java.util.List getList()
MessageType
es (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 |