public class Recurrence
extends java.lang.Object
| Constructor and Description |
|---|
Recurrence()
Initializes a new instance of the Recurrence class.
|
Recurrence(RecurrencePattern pattern)
Initializes a new instance of the Recurrence class.
|
Recurrence(RecurrencePattern pattern,
RecurrenceRange range)
Initializes a new instance of the Recurrence class.
|
| Modifier and Type | Method and Description |
|---|---|
RecurrencePattern |
getPattern()
Gets the recurrence pattern.
|
RecurrenceRange |
getRange()
Gets the recurrence range.
|
void |
setPattern(RecurrencePattern pattern)
Sets the recurrence pattern.
|
void |
setRange(RecurrenceRange range)
Sets the recurrence range.
|
java.lang.String |
toString()
Converts the value of the current Recurrence object to its equivalent string representation.
|
public Recurrence()
public Recurrence(RecurrencePattern pattern)
pattern - the patternpublic Recurrence(RecurrencePattern pattern, RecurrenceRange range)
pattern - the patternrange - the rangepublic java.lang.String toString()
toString in class java.lang.Objectpublic RecurrencePattern getPattern()
public void setPattern(RecurrencePattern pattern)
pattern - the new patternpublic RecurrenceRange getRange()
public void setRange(RecurrenceRange range)
range - the new range