Module ical4j.core
Package net.fortuna.ical4j.filter.predicate
package net.fortuna.ical4j.filter.predicate
-
ClassesClassDescriptionDeprecated.ParameterEqualToRule<T extends Parameter>Test for one or more parameters matching the specification.Test for one or more parameters matching the specification.Ignore the parameter value and just compare on the parameter name.ParameterStartsWithRule<T extends Parameter>Test for one or more parameters matching the specification.$Id$ Created on 2/02/2006 A rule that matches any component that occurs in the specified time period.PropertyContainsRule<T extends PropertyContainer>Test for a property that "contains" the provided value.PropertyEqualToRule<T extends PropertyContainer>$Id$ Created on 5/02/2006 A rule that matches any component containing the specified property.PropertyExistsRule<T extends PropertyContainer>Test for a property matching the supplied specification.Ignore the property value and just compare on the property name and parameters.PropertyGreaterThanRule<T extends PropertyContainer>Test for a property that is by comparison greater than the provided value.PropertyInRangeRule<T extends PropertyContainer>Test for a property that is by comparison greater than the provided value.PropertyInRule<T extends PropertyContainer>Test for a property matching any values in the provided list.PropertyLessThanRule<T extends PropertyContainer>Test for a property that is by comparison less than the provided value.PropertyMatchesRule<T extends PropertyContainer>Test for a property that "matches" the provided regular expression.PropertyStartsWithRule<T extends PropertyContainer>Test for a property that "contains" the provided value.