|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nitido.nimx.nuggets.wcap.ParticipateStatus
public class ParticipateStatus
The possible status for the attendee's participation status. Calendar server allow a user to invite another user on the same server to attend a meeting. That user can accept or decline the invitation by setting the ParticipateStatus field of its Attendee entries For more details, please refer to iPlanet Calendar Server programming guide and RFC 2445.
This is a data object that act as a C style enum. It force the programmer to use a set of predefined values.
The available options are:
Field Summary | |
---|---|
static ParticipateStatus |
ACCEPTED
Predefined value for accepting an invitation. |
static ParticipateStatus |
DECLINED
Predefined value for declining an invitation. |
static ParticipateStatus |
NEEDS_ACTION
Predefined value for needing further action. |
static java.lang.String |
STR_ACCEPTED
The actual string value of ACCEPTED (as defined by RFC 2445 and WCAP). |
static java.lang.String |
STR_DECLINED
The actual string value of DECLINED (as defined by RFC 2445 and WCAP). |
static java.lang.String |
STR_NEEDS_ACTION
The actual string value of NEEDS_ACTION (as defined by RFC 2445 and WCAP). |
Method Summary | |
---|---|
static ParticipateStatus |
convertFromString(java.lang.String inStr)
This is used to convert a string into a ParticipateStatus. |
boolean |
equals(ParticipateStatus inObj)
Override the default java.lang.Object's equal command. |
java.lang.String |
getStringValue()
Return the string value of the participation status. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String STR_ACCEPTED
public static final java.lang.String STR_DECLINED
public static final java.lang.String STR_NEEDS_ACTION
public static final ParticipateStatus ACCEPTED
public static final ParticipateStatus DECLINED
public static final ParticipateStatus NEEDS_ACTION
Method Detail |
---|
public java.lang.String getStringValue()
public boolean equals(ParticipateStatus inObj)
public static ParticipateStatus convertFromString(java.lang.String inStr) throws InvalidParameterException
inStr
- the participate status string.
InvalidParameterException
- if the inStr is not a valid participate status string.
|
Nitido NiM 2.5 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.