|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiweekly.parameter.EnumParameterValue
biweekly.parameter.Range
public class Range
Defines the effective range of recurrence instances specified by the
RecurrenceId property. This parameter is essentially deprecated.
| Field Summary | |
|---|---|
static Range |
THIS_AND_FUTURE
|
static Range |
THIS_AND_PRIOR
Deprecated in the latest iCal specification. |
| Fields inherited from class biweekly.parameter.EnumParameterValue |
|---|
value |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class biweekly.parameter.EnumParameterValue |
|---|
getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Range THIS_AND_FUTURE
public static final Range THIS_AND_PRIOR
| Method Detail |
|---|
public static Range find(String value)
value - the parameter value
public static Range get(String value)
== equality.
value - the parameter value
public static Collection<Range> all()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||