|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Related | |
---|---|
biweekly.parameter | |
biweekly.property |
Uses of Related in biweekly.parameter |
---|
Fields in biweekly.parameter declared as Related | |
---|---|
static Related |
Related.END
|
static Related |
Related.START
|
Methods in biweekly.parameter that return Related | |
---|---|
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. |
Methods in biweekly.parameter that return types with arguments of type Related | |
---|---|
static Collection<Related> |
Related.all()
Gets all of the parameter values that are defined as static constants in this class. |
Methods in biweekly.parameter with parameters of type Related | |
---|---|
void |
ICalParameters.setRelated(Related related)
Sets the date-time field that the duration in a Trigger property
is relative to. |
Uses of Related in biweekly.property |
---|
Methods in biweekly.property that return Related | |
---|---|
Related |
Trigger.getRelated()
Gets the date-time field that the duration is relative to. |
Methods in biweekly.property with parameters of type Related | |
---|---|
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. |
Constructors in biweekly.property with parameters of type Related | |
---|---|
Trigger(Duration duration,
Related related)
Creates a trigger property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |