biweekly.parameter
Class Range
java.lang.Object
biweekly.parameter.EnumParameterValue
biweekly.parameter.Range
public class Range
- extends EnumParameterValue
Defines the effective range of recurrence instances specified by the
RecurrenceId
property. This parameter is essentially deprecated.
- Author:
- Michael Angstadt
- See Also:
- RFC 5545 p.23-4
Method Summary |
static Range |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class. |
static Range |
get(String value)
Searches for a parameter value and creates one if it cannot be found. |
THIS_AND_FUTURE
public static final Range THIS_AND_FUTURE
THIS_AND_PRIOR
public static final Range THIS_AND_PRIOR
- Deprecated in the latest iCal specification.
find
public static Range find(String value)
- Searches for a parameter value that is defined as a static constant in
this class.
- Parameters:
value
- the parameter value
- Returns:
- the object or null if not found
get
public static Range get(String value)
- Searches for a parameter value and creates one if it cannot be found. All
objects are guaranteed to be unique, so they can be compared with
==
equality.
- Parameters:
value
- the parameter value
- Returns:
- the object
Copyright © 2013 Michael Angstadt. All Rights Reserved.