Package | Description |
---|---|
biweekly.parameter | |
biweekly.property |
Modifier and Type | Field and Description |
---|---|
static Related |
Related.END |
static Related |
Related.START |
Modifier and Type | Method and Description |
---|---|
static Related |
Related.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static Related |
Related.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
Related |
ICalParameters.getRelated()
Gets the date-time field that the duration in a
Trigger property
is relative to. |
Modifier and Type | Method and Description |
---|---|
static Collection<Related> |
Related.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
void |
ICalParameters.setRelated(Related related)
Sets the date-time field that the duration in a
Trigger property
is relative to. |
Modifier and Type | Method and Description |
---|---|
Related |
Trigger.getRelated()
Gets the date-time field that the duration is relative to.
|
Modifier and Type | Method and Description |
---|---|
void |
Trigger.setDuration(Duration duration,
Related related)
Sets a relative time at which the alarm will trigger.
|
void |
Trigger.setRelated(Related related)
Sets the date-time field that the duration is relative to.
|
Constructor and Description |
---|
Trigger(Duration duration,
Related related)
Creates a trigger property.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.