Compoze Software, Inc.

com.compoze.exchange.webdav
Class MeetingStatus


java.lang.Object

  |

  +--com.compoze.exchange.webdav.MeetingStatus


public class MeetingStatus
extends java.lang.Object

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

CANCELLED


public static final MeetingStatus CANCELLED
The value that represents a meeting is cancelled.

CONFIRMED


public static final MeetingStatus CONFIRMED
The value that represents a meeting is confirmed.

TENTATIVE


public static final MeetingStatus TENTATIVE
The value that represents a meeting is tentative.
Method Detail

getName


public java.lang.String getName()
Gets the name of the meeting status.

getName


public java.lang.String getName(java.util.Locale locale)
Gets the name of the meeting status using the specified locale.
Parameters:
locale - the locale
Returns:
the name

getStoreValue


public java.lang.String getStoreValue()
Gets the value that iss used to store the meeting status in the storage system.
Returns:
the store value

getByStoreValue


public static MeetingStatus getByStoreValue(java.lang.String sStoreValue)
Gets the meeting status by its store value.
Parameters:
sStoreValue - the store value to get by
Returns:
the matching meeting status or null if not found

getByKey


public static MeetingStatus getByKey(java.lang.String sName)
Gets the meeting status by value.
Parameters:
sName - the value of the attend status
Returns:
the matching status

getList


public static java.util.List getList()
Gets the list of meeting statuses.
Returns:
the list of MeetingStatus (unmodifiable)

equals


public boolean equals(java.lang.Object o)
Checks whether some other MeetingStatus object is "equal to" this one.
Overrides:
equals in class java.lang.Object
Parameters:
o - the object to check for equality
Returns:
true if this object is the same as the object argument; false otherwise

toString


public java.lang.String toString()
Returns a string representation of the object.
Overrides:
toString in class java.lang.Object
Returns:
the string representation of the object

toString


public java.lang.String toString(java.util.Locale locale)
Returns a string representation of the object.
Parameters:
locale - the locale
Returns:
the string representation of the object

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.