|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.exchange.FolderType
This class stores the values for the Exchange folder types. The type of a folder in Exchange is represented with a string.
Field Summary | |
static FolderType |
APPOINTMENT
This value represents the 'appointment' folder type ("IPF.Appointment"). |
static FolderType |
CALENDAR
This value represents the 'calendar' folder type ("IPF.Calendar"). |
static FolderType |
CONTACTS
This value represents the 'contacts' folder type ("IPF.Contact"). |
static FolderType |
JOURNAL
This value represents the 'journal' folder type ("IPF.Journal"). |
static FolderType |
NOTE
This value represents the 'note' folder type ("IPF.Note"). |
static FolderType |
NOTES
This value represents the 'notes' folder type ("IPF.StickyNote"). |
static FolderType |
TASKS
This value represents the 'task' folder type ("IPF.Task"). |
Constructor Summary | |
FolderType(java.lang.String sName)
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static FolderType |
get(java.lang.String sName)
Gets the folder type. |
static java.util.List |
getList()
Gets the list of folder types. |
java.lang.String |
getName()
Gets the name of the folder 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 FolderType APPOINTMENT
public static final FolderType CALENDAR
public static final FolderType CONTACTS
public static final FolderType JOURNAL
public static final FolderType NOTES
public static final FolderType NOTE
public static final FolderType TASKS
Constructor Detail |
public FolderType(java.lang.String sName)
sName
- the name of the folder type (may not be null
or empty)Method Detail |
public java.lang.String getName()
public static FolderType get(java.lang.String sName)
sName
- the name of the folder type
null
if not foundpublic static java.util.List getList()
FolderType
es (unmodifiable)public boolean equals(java.lang.Object o)
o
- the object to check
true
if this object has the same store value 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 |