Oracle

com.compoze.domino
Class MeetingResponseStatus

java.lang.Object
  extended by com.compoze.domino.MeetingResponseStatus
All Implemented Interfaces:
java.io.Serializable

public class MeetingResponseStatus
extends java.lang.Object
implements java.io.Serializable

This class stores the values for a 'meeting response status'. The internationalizable string values are stored in the domino_resources.properties file (accessed through DominoProperties) and referenced by their key.

See Also:
Serialized Form

Field Summary
static MeetingResponseStatus ACCEPTED
          This value represents an 'accepted' meeting response status .
static MeetingResponseStatus COUNTERED
          This value represents a 'countered' meeting response status .
static MeetingResponseStatus DECLINED
          This value represents a 'declined' meeting response status .
static MeetingResponseStatus DELEGATED
          This value represents a 'delegated' meeting response status .
static MeetingResponseStatus NONE
          This value represents no meeting response has been recieved
static MeetingResponseStatus TENTATIVELY_ACCEPTED
          This value represents a 'tentatively accepted' meeting response status .
 
Method Summary
 boolean equals(java.lang.Object o)
          Checks for equality.
static java.util.List getList()
          Gets the list of meeting response status.
 java.lang.String getName()
          Gets the name of the meeting response status using the system default locale.
 java.lang.String getName(java.util.Locale locale)
          Gets the name of the meeting response status using the specified locale.
 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

TENTATIVELY_ACCEPTED

public static final MeetingResponseStatus TENTATIVELY_ACCEPTED
This value represents a 'tentatively accepted' meeting response status .


ACCEPTED

public static final MeetingResponseStatus ACCEPTED
This value represents an 'accepted' meeting response status .


DECLINED

public static final MeetingResponseStatus DECLINED
This value represents a 'declined' meeting response status .


DELEGATED

public static final MeetingResponseStatus DELEGATED
This value represents a 'delegated' meeting response status .


COUNTERED

public static final MeetingResponseStatus COUNTERED
This value represents a 'countered' meeting response status .


NONE

public static final MeetingResponseStatus NONE
This value represents no meeting response has been recieved

Method Detail

getName

public java.lang.String getName()
Gets the name of the meeting response status using the system default locale.

Returns:
the name

getName

public java.lang.String getName(java.util.Locale locale)
Gets the name of the meeting response status using the specified locale.

Parameters:
locale - the locale
Returns:
the name

getList

public static java.util.List getList()
Gets the list of meeting response status.

Returns:
the list of MeetingResponseStatus (unmodifiable)

equals

public boolean equals(java.lang.Object o)
Checks for equality. The store value is used to determine equality, so that the language the name is represented in is not important.

Overrides:
equals in class java.lang.Object
Parameters:
o - the object to check
Returns:
true if this object has the same store value as the 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

Oracle

Copyright ©1999-2008 Oracle All rights reserved.