|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nitido.nimx.nuggets.wcap.SearchOption
public class SearchOption
The possible options that can be used when searching for calendar. It is used by WcapNugget.searchForCalendar().
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 SearchOption |
BEGINS_WITH
Predefined value for searching for calendars that begin with the specified string. |
static SearchOption |
CONTAINS
Predefined value for searching for calendars that contain the specified string. |
static SearchOption |
ENDS_WITH
Predefined value for searching for calendars that end with the specified string. |
static SearchOption |
EXACT
Predefined value for searching for calendars that exactly match the specified string. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object inObj)
Override the default java.lang.Object's equal command. |
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 SearchOption CONTAINS
public static final SearchOption BEGINS_WITH
public static final SearchOption ENDS_WITH
public static final SearchOption EXACT
| Method Detail |
|---|
public boolean equals(java.lang.Object inObj)
equals in class java.lang.Object
public java.lang.String toWcapQuery(WcapNugget nugget)
throws WcapException
WcapException
|
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.