Uses of Class
biweekly.parameter.Range

Packages that use Range
biweekly.parameter   
biweekly.property   
 

Uses of Range in biweekly.parameter
 

Fields in biweekly.parameter declared as Range
static Range Range.THIS_AND_FUTURE
           
static Range Range.THIS_AND_PRIOR
          Deprecated in the latest iCal specification.
 

Methods in biweekly.parameter that return Range
static Range Range.find(String value)
          Searches for a parameter value that is defined as a static constant in this class.
static Range Range.get(String value)
          Searches for a parameter value and creates one if it cannot be found.
 Range ICalParameters.getRange()
          Gets the effective range of recurrence instances from the instance specified by a RecurrenceId property.
 

Methods in biweekly.parameter that return types with arguments of type Range
static Collection<Range> Range.all()
          Gets all of the parameter values that are defined as static constants in this class.
 

Methods in biweekly.parameter with parameters of type Range
 void ICalParameters.setRange(Range range)
          Sets the effective range of recurrence instances from the instance specified by a RecurrenceId property.
 

Uses of Range in biweekly.property
 

Methods in biweekly.property that return Range
 Range RecurrenceId.getRange()
          Gets the effective range of recurrence instances from the instance specified by this property.
 

Methods in biweekly.property with parameters of type Range
 void RecurrenceId.setRange(Range range)
          Sets the effective range of recurrence instances from the instance specified by this property.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.