public class Range extends EnumParameterValue
RecurrenceId
property. This parameter is essentially deprecated.Modifier and Type | Field and Description |
---|---|
static Range |
THIS_AND_FUTURE |
static Range |
THIS_AND_PRIOR
Deprecated in the latest iCal specification.
|
value
Modifier and Type | Method and Description |
---|---|
static Collection<Range> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
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.
|
getValue, toString
public static final Range THIS_AND_FUTURE
public static final Range THIS_AND_PRIOR
public static Range find(String value)
value
- the parameter valuepublic static Range get(String value)
==
equality.value
- the parameter valuepublic static Collection<Range> all()
Copyright © 2013-2016 Michael Angstadt. All Rights Reserved.