|
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.ResponseStatus
ResponseStatus
This class indicates the current status of a meeting attendee. The internationalizable
string values are stored in the com.compoze.exchange.exchange_resources.properties
(accessed through com.compoze.exchange.ExchangeProperties) and referenced by
their key.
| Field Summary | |
static ResponseStatus |
ACCEPTED
Deprecated. This value represents a response status of 'accepted'. |
static ResponseStatus |
DECLINED
Deprecated. This value represents a response status of 'declined'. |
static ResponseStatus |
NONE
Deprecated. This value represents a response status of 'none'. |
static ResponseStatus |
NOT_RESPONDED
Deprecated. This value represents a response status of 'not responded'. |
static ResponseStatus |
ORGANIZED
Deprecated. This value represents a response status of 'organized'. |
static ResponseStatus |
TENTATIVE
Deprecated. This value represents a response status of 'tentative'. |
| Method Summary | |
boolean |
equals(java.lang.Object o)
Deprecated. Indicates whether some other ResponseStatus
object is "equal to" this one. |
static ResponseStatus |
get(int iStoreValue)
Deprecated. Gets the attendee status by its store value. |
static ResponseStatus |
get(java.lang.String sName)
Deprecated. Gets the attend status by the name in the system default locale. |
static java.util.List |
getList()
Deprecated. Gets the list of attendee status. |
java.lang.String |
getName()
Deprecated. Gets the name of the attendee status using the system default locale. |
java.lang.String |
getName(java.util.Locale locale)
Deprecated. Gets the name of the attendee status using the specified locale. |
int |
getStoreValue()
Deprecated. Gets the value that's used to store the attendee status in the storage system. |
java.lang.String |
toString()
Deprecated. Returns a string representation of the object. |
java.lang.String |
toString(java.util.Locale locale)
Deprecated. 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 ResponseStatus NONE
public static final ResponseStatus ORGANIZED
public static final ResponseStatus TENTATIVE
public static final ResponseStatus ACCEPTED
public static final ResponseStatus DECLINED
public static final ResponseStatus NOT_RESPONDED
| Method Detail |
public java.lang.String getName()
public java.lang.String getName(java.util.Locale locale)
locale - the localepublic int getStoreValue()
public static ResponseStatus get(int iStoreValue)
iStoreValue - the store valuenullpublic static ResponseStatus get(java.lang.String sName)
sName - the name in the system default localenull if not foundpublic static java.util.List getList()
ResponseStatus levels (unmodifiable)public boolean equals(java.lang.Object o)
ResponseStatus
object is "equal to" this one.equals in class java.lang.Objecto - the object to check for equalitytrue if this object is the same as the obj argument; false otherwisepublic java.lang.String toString()
toString in class java.lang.Objectpublic 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 | ||||||||