|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.exchange.JournalEntryType
This class stores the values for the Exchange journal entry types. The type of journal entry is represented with a type string.
Field Summary | |
static JournalEntryType |
CONVERSATION
This value represents the 'conversation' journal entry type. |
static JournalEntryType |
DOCUMENT
This value represents the 'document' journal entry type. |
static JournalEntryType |
EMAIL_MESSAGE
This value represents the 'email message' journal entry type. |
static JournalEntryType |
FAX
This value represents the 'fax' journal entry type. |
static JournalEntryType |
LETTER
This value represents the 'letter' journal entry type. |
static JournalEntryType |
MEETING
This value represents the 'meeting' journal entry type. |
static JournalEntryType |
MEETING_CANCELLATION
This value represents the 'meeting cancellation' journal entry type. |
static JournalEntryType |
MEETING_REQUEST
This value represents the 'meeting request' journal entry type. |
static JournalEntryType |
MEETING_RESPONSE
This value represents the 'meeting response' journal entry type. |
static JournalEntryType |
MICROSOFT_ACCESS
This value represents the 'Microsoft Access' journal entry type. |
static JournalEntryType |
MICROSOFT_EXCEL
This value represents the 'Microsoft Excel' journal entry type. |
static JournalEntryType |
MICROSOFT_POWERPOINT
This value represents the 'Microsoft PowerPoint' journal entry type. |
static JournalEntryType |
MICROSOFT_WORD
This value represents the 'Microsoft Word' journal entry type. |
static JournalEntryType |
NOTE
This value represents the 'Note' journal entry type. |
static JournalEntryType |
PHONE_CALL
This value represents the 'Phone call' journal entry type. |
static JournalEntryType |
REMOTE_SESSION
This value represents the 'Remote session' journal entry type. |
static JournalEntryType |
TASK
This value represents the 'Task' journal entry type. |
static JournalEntryType |
TASK_REQUEST
This value represents the 'Task request' journal entry type. |
static JournalEntryType |
TASK_RESPONSE
This value represents the 'Task response' journal entry type. |
static int |
VALUE_CONVERSATION
This value represents the 'conversation' value. |
static int |
VALUE_DOCUMENT
This value represents the 'document' value. |
static int |
VALUE_EMAIL_MESSAGE
This value represents the 'email message' value. |
static int |
VALUE_FAX
This value represents the 'fax' value. |
static int |
VALUE_LETTER
This value represents the 'letter' value. |
static int |
VALUE_MEETING
This value represents the 'meeting' value. |
static int |
VALUE_MEETING_CANCELLATION
This value represents the 'meeting cancellation' value. |
static int |
VALUE_MEETING_REQUEST
This value represents the 'meeting request' value. |
static int |
VALUE_MEETING_RESPONSE
This value represents the 'meeting response' value. |
static int |
VALUE_MICROSOFT_ACCESS
This value represents the 'Microsoft Access' value. |
static int |
VALUE_MICROSOFT_EXCEL
This value represents the 'Microsoft Excel' value. |
static int |
VALUE_MICROSOFT_POWERPOINT
This value represents the 'Microsoft PowerPoint' value. |
static int |
VALUE_MICROSOFT_WORD
This value represents the 'Microsoft Word' value. |
static int |
VALUE_NOTE
This value represents the 'note' value. |
static int |
VALUE_PHONE_CALL
This value represents the 'phone call' value. |
static int |
VALUE_REMOTE_SESSION
This value represents the 'remote session' 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_RESPONSE
This value represents the 'task response' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static JournalEntryType |
get(int iValue)
Gets the journal entry type using the enumeration value. |
static JournalEntryType |
get(java.lang.String sType)
Gets the journal entry type by the specified type string. |
static java.util.List |
getList()
Gets the list of journal entry types. |
java.lang.String |
getType()
Gets the type string of the journal entry type. |
int |
getValue()
Gets the enumeration value of the journal entry 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_CONVERSATION
public static final int VALUE_DOCUMENT
public static final int VALUE_EMAIL_MESSAGE
public static final int VALUE_FAX
public static final int VALUE_LETTER
public static final int VALUE_MEETING
public static final int VALUE_MEETING_CANCELLATION
public static final int VALUE_MEETING_REQUEST
public static final int VALUE_MEETING_RESPONSE
public static final int VALUE_MICROSOFT_ACCESS
public static final int VALUE_MICROSOFT_EXCEL
public static final int VALUE_MICROSOFT_POWERPOINT
public static final int VALUE_MICROSOFT_WORD
public static final int VALUE_NOTE
public static final int VALUE_PHONE_CALL
public static final int VALUE_REMOTE_SESSION
public static final int VALUE_TASK
public static final int VALUE_TASK_REQUEST
public static final int VALUE_TASK_RESPONSE
public static final JournalEntryType CONVERSATION
public static final JournalEntryType DOCUMENT
public static final JournalEntryType EMAIL_MESSAGE
public static final JournalEntryType FAX
public static final JournalEntryType LETTER
public static final JournalEntryType MEETING
public static final JournalEntryType MEETING_CANCELLATION
public static final JournalEntryType MEETING_REQUEST
public static final JournalEntryType MEETING_RESPONSE
public static final JournalEntryType MICROSOFT_ACCESS
public static final JournalEntryType MICROSOFT_EXCEL
public static final JournalEntryType MICROSOFT_POWERPOINT
public static final JournalEntryType MICROSOFT_WORD
public static final JournalEntryType NOTE
public static final JournalEntryType PHONE_CALL
public static final JournalEntryType REMOTE_SESSION
public static final JournalEntryType TASK
public static final JournalEntryType TASK_REQUEST
public static final JournalEntryType TASK_RESPONSE
Method Detail |
public java.lang.String getType()
public int getValue()
JournalEntryType
class.
VALUE_
constants)public static JournalEntryType get(java.lang.String sType)
sType
- the type string of the journal entry type
null
if not foundpublic static JournalEntryType get(int iValue)
iValue
- the enumeration value of the journal entry type
null
if not foundpublic static java.util.List getList()
JournalEntryType
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 |