|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nitido.nimx.nuggets.wcap.WcapModifier
public class WcapModifier
The possible modifier options available when modifying/deleting an Event or a ToDo.
This is a data object that acts as a C style enum. It force the programmer to use a set of predefined values.
The available options are:
The chapter "WCAP Commands" of the iPlanet Calendar Server Programming Guide contains more information on the modifier.
Field Summary | |
---|---|
static java.lang.String |
STR_THIS_AND_ALL
|
static java.lang.String |
STR_THIS_AND_FUTURE
|
static java.lang.String |
STR_THIS_INSTANCE
|
static java.lang.String |
STR_THIS_PRIOR
|
static WcapModifier |
THIS_AND_ALL
Predefined modifier value of "THIS_AND_ALL". |
static WcapModifier |
THIS_AND_FUTURE
Predefined modifier value of "THIS_AND_FUTURE". |
static WcapModifier |
THIS_AND_PRIOR
Predefined modifier value of "THIS_AND_PRIOR". |
static WcapModifier |
THIS_INSTANCE
Predefined modifier value of "THIS_INSTANCE". |
Method Summary | |
---|---|
static WcapModifier |
convertFromString(java.lang.String value)
Convert a string to the corresponding modifier object. |
boolean |
equals(java.lang.Object inObj)
Override the default java.lang.Object's equal command. |
java.lang.String |
getValue()
Return an internal representation of the modifier value. |
java.lang.String |
toWcapQuery(WcapNugget nugget)
Convert the component into a string that is used for constructing a WCAP query. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String STR_THIS_INSTANCE
public static final java.lang.String STR_THIS_AND_FUTURE
public static final java.lang.String STR_THIS_PRIOR
public static final java.lang.String STR_THIS_AND_ALL
public static final WcapModifier THIS_INSTANCE
public static final WcapModifier THIS_AND_FUTURE
public static final WcapModifier THIS_AND_PRIOR
public static final WcapModifier THIS_AND_ALL
Method Detail |
---|
public static WcapModifier convertFromString(java.lang.String value) throws java.lang.IllegalArgumentException
value
- A value of modifier internal represetnation. The valid choices are
"1", "2", "3" and "4".
java.lang.IllegalArgumentException
public java.lang.String toWcapQuery(WcapNugget nugget) throws WcapException
WcapException
public boolean equals(java.lang.Object inObj)
equals
in class java.lang.Object
public java.lang.String getValue()
|
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.