Nitido Inc.

Uses of Class
com.nitido.nimx.nuggets.wcap.RecurFreq

Packages that use RecurFreq
com.nitido.nimx.nuggets.wcap This package contains the Nugget and associate classes for accessing iPlanet Calendar Server through WCAP commands. 
 

Uses of RecurFreq in com.nitido.nimx.nuggets.wcap
 

Fields in com.nitido.nimx.nuggets.wcap declared as RecurFreq
static RecurFreq RecurFreq.DAILY
          Predefined value for recurring on day base.
static RecurFreq RecurFreq.HOURLY
          Predefined value for recurring on hour base.
static RecurFreq RecurFreq.MINUTELY
          Predefined value for recurring on minute base.
static RecurFreq RecurFreq.MONTHLY
          Predefined value for recurring on month base.
static RecurFreq RecurFreq.SECONDLY
          Predefined value for recurring on second base.
static RecurFreq RecurFreq.WEEKLY
          Predefined value for recurring on week base.
static RecurFreq RecurFreq.YEARLY
          Predefined value for recurring on year base.
 

Methods in com.nitido.nimx.nuggets.wcap that return RecurFreq
static RecurFreq RecurFreq.convertFromString(java.lang.String inStr)
          Convert a string into an instance of RecurFreq.
 RecurFreq RecurRule.getFreq()
          Retrieves the freq field.
 

Methods in com.nitido.nimx.nuggets.wcap with parameters of type RecurFreq
 void RecurRule.setFreq(RecurFreq freq)
          Sets the freq field.
 

Constructors in com.nitido.nimx.nuggets.wcap with parameters of type RecurFreq
RecurRule(RecurFreq freq)
          Default constructor.
RecurRule(RecurFreq freq, int count, java.util.Date until, int interval, WeekDay weekStart, int[] bySecond, int[] byMinute, int[] byHour, java.lang.String[] byDay, int[] byMonthDay, int[] byYearDay, int[] byWeekNo, int[] byMonth, int[] bySetPos)
          Constructor for the advance recurrence rule.
 


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.