|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.MeetingResponseStatus
public class MeetingResponseStatus
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.
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 |
---|
public static final MeetingResponseStatus TENTATIVELY_ACCEPTED
public static final MeetingResponseStatus ACCEPTED
public static final MeetingResponseStatus DECLINED
public static final MeetingResponseStatus DELEGATED
public static final MeetingResponseStatus COUNTERED
public static final MeetingResponseStatus NONE
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getName(java.util.Locale locale)
locale
- the locale
public static java.util.List getList()
MeetingResponseStatus
(unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to check
true
if this object has the same store value as the
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
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |