Uses of Interface
net.fortuna.ical4j.filter.Rule

Packages that use Rule
net.fortuna.ical4j.filter Filtering rules that may be used on lists of components, properties or parameters. 
 

Uses of Rule in net.fortuna.ical4j.filter
 

Classes in net.fortuna.ical4j.filter that implement Rule
 class ComponentRule
          An abstract rule implementation serving as the base class for component matching rule implementations.
 class HasPropertyRule
          A rule that matches any component containing the specified property.
 class PeriodRule
          A rule that matches any component that occurs in the specified time period.
 

Methods in net.fortuna.ical4j.filter that return Rule
 Rule[] Filter.getRules()
           
 

Methods in net.fortuna.ical4j.filter with parameters of type Rule
 void Filter.setRules(Rule[] rules)
           
 

Constructors in net.fortuna.ical4j.filter with parameters of type Rule
Filter(Rule rule)
          Constructor.
Filter(Rule[] rules, int type)
          Constructor.
 



Copyright © 2004-2007 Modularity. All Rights Reserved.