|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.exchange.webdav.MeetingStatus
This class indicates the current status of an appointment or meeting. The internationalizable
string values are stored in the exchange_resources.properties
file (accessed through ExchangeProperties
) and referenced by
their key.
Field Summary | |
static MeetingStatus |
CANCELLED
The value that represents a meeting is cancelled. |
static MeetingStatus |
CONFIRMED
The value that represents a meeting is confirmed. |
static MeetingStatus |
TENTATIVE
The value that represents a meeting is tentative. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether some other MeetingStatus
object is "equal to" this one. |
static MeetingStatus |
getByKey(java.lang.String sName)
Gets the meeting status by value. |
static MeetingStatus |
getByStoreValue(java.lang.String sStoreValue)
Gets the meeting status by its store value. |
static java.util.List |
getList()
Gets the list of meeting statuses. |
java.lang.String |
getName()
Gets the name of the meeting status. |
java.lang.String |
getName(java.util.Locale locale)
Gets the name of the meeting status using the specified locale. |
java.lang.String |
getStoreValue()
Gets the value that iss used to store the meeting status in the storage system. |
java.lang.String |
toString()
Returns a string representation of the object. |
java.lang.String |
toString(java.util.Locale locale)
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 MeetingStatus CANCELLED
public static final MeetingStatus CONFIRMED
public static final MeetingStatus TENTATIVE
Method Detail |
public java.lang.String getName()
public java.lang.String getName(java.util.Locale locale)
locale
- the localepublic java.lang.String getStoreValue()
public static MeetingStatus getByStoreValue(java.lang.String sStoreValue)
sStoreValue
- the store value to get bynull
if not foundpublic static MeetingStatus getByKey(java.lang.String sName)
sName
- the value of the attend statuspublic static java.util.List getList()
MeetingStatus
(unmodifiable)public boolean equals(java.lang.Object o)
MeetingStatus
object is "equal to" this one.equals
in class java.lang.Object
o
- the object to check for equalitytrue
if this object is the same as the object argument; false
otherwisepublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.util.Locale locale)
locale
- the locale
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |