|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.calendar.MeetingAttendanceTracking.MeetingResponseStatus
This class represents meeting response status.
Field Summary | |
static MeetingAttendanceTracking.MeetingResponseStatus |
ACCEPTED
This value represents an 'accepted' meeting response status. |
static MeetingAttendanceTracking.MeetingResponseStatus |
COUNTERED
This value represents a 'countered' meeting response status. |
static MeetingAttendanceTracking.MeetingResponseStatus |
DECLINED
This value represents a 'declined' meeting response status. |
static MeetingAttendanceTracking.MeetingResponseStatus |
DELEGATED
This value represents a 'delegated' meeting response status. |
static MeetingAttendanceTracking.MeetingResponseStatus |
NONE
This value represents a 'none' meeting response status. |
static MeetingAttendanceTracking.MeetingResponseStatus |
RESERVATION_ACCEPTED
This value represents a 'reservation accepted' meeting response status. |
static MeetingAttendanceTracking.MeetingResponseStatus |
RESERVATION_DECLINED
This value represents a 'reservation declined' meeting response status. |
static MeetingAttendanceTracking.MeetingResponseStatus |
RESERVATION_TENTATIVE
This value represents a 'reservation tentative' meeting response status. |
static MeetingAttendanceTracking.MeetingResponseStatus |
TENTATIVE
This value represents a 'tentative' meeting response status. |
static int |
VALUE_ACCEPTED
This value represents the 'accepted' value. |
static int |
VALUE_COUNTERED
This value represents the 'countered' value. |
static int |
VALUE_DECLINED
This value represents the 'declined' value. |
static int |
VALUE_DELEGATED
This value represents the 'delegated' value. |
static int |
VALUE_NONE
This value represents the 'none' value. |
static int |
VALUE_RESERVATION_ACCEPTED
This value represents the 'reservation accepted' value. |
static int |
VALUE_RESERVATION_DECLINED
This value represents the 'reservation declined' value. |
static int |
VALUE_RESERVATION_TENTATIVE
This value represents the 'reservation tentative' value. |
static int |
VALUE_TENTATIVE
This value represents the 'tentative' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static MeetingAttendanceTracking.MeetingResponseStatus |
get(int iValue)
Gets the meeting response status by the value. |
java.lang.String |
getKey()
Gets the key (resource name) for i18n. |
static java.util.List |
getMeetingResponseStatuss()
Gets the list of meeting response status objects. |
int |
getValue()
Gets the value of the meeting response status. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_NONE
public static final int VALUE_ACCEPTED
public static final int VALUE_DECLINED
public static final int VALUE_TENTATIVE
public static final int VALUE_DELEGATED
public static final int VALUE_COUNTERED
public static final int VALUE_RESERVATION_ACCEPTED
public static final int VALUE_RESERVATION_DECLINED
public static final int VALUE_RESERVATION_TENTATIVE
public static final MeetingAttendanceTracking.MeetingResponseStatus NONE
public static final MeetingAttendanceTracking.MeetingResponseStatus ACCEPTED
public static final MeetingAttendanceTracking.MeetingResponseStatus DECLINED
public static final MeetingAttendanceTracking.MeetingResponseStatus TENTATIVE
public static final MeetingAttendanceTracking.MeetingResponseStatus DELEGATED
public static final MeetingAttendanceTracking.MeetingResponseStatus COUNTERED
public static final MeetingAttendanceTracking.MeetingResponseStatus RESERVATION_ACCEPTED
public static final MeetingAttendanceTracking.MeetingResponseStatus RESERVATION_DECLINED
public static final MeetingAttendanceTracking.MeetingResponseStatus RESERVATION_TENTATIVE
Method Detail |
public java.lang.String getKey()
public int getValue()
public static MeetingAttendanceTracking.MeetingResponseStatus get(int iValue)
iValue
- the value to get bynull
if not foundpublic static java.util.List getMeetingResponseStatuss()
MeetingResponseStatus
objects (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to checktrue
if this object has the same value as the argument; false
otherwisegetValue()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |