Package | Description |
---|---|
biweekly.util |
Modifier and Type | Method and Description |
---|---|
Recurrence.Frequency |
Recurrence.getFrequency()
Gets the frequency.
|
static Recurrence.Frequency |
Recurrence.Frequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recurrence.Frequency[] |
Recurrence.Frequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Recurrence.Builder |
Recurrence.Builder.frequency(Recurrence.Frequency frequency)
Sets the frequency
|
Constructor and Description |
---|
Recurrence.Builder(Recurrence.Frequency frequency)
Constructs a new builder.
|
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.