|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeekdaySchedulerAction | |
---|---|
de.unikassel.android.sdcframework.app.scheduler | Provides the scheduler activity related types. |
de.unikassel.android.sdcframework.data | Does contain the classes and interfaces covering the data sample part as well as the service configuration data classes. |
Uses of WeekdaySchedulerAction in de.unikassel.android.sdcframework.app.scheduler |
---|
Methods in de.unikassel.android.sdcframework.app.scheduler with parameters of type WeekdaySchedulerAction | |
---|---|
protected void |
ScheduleService.execute(WeekdaySchedulerAction action)
Does execute a scheduled action |
Uses of WeekdaySchedulerAction in de.unikassel.android.sdcframework.data |
---|
Fields in de.unikassel.android.sdcframework.data declared as WeekdaySchedulerAction | |
---|---|
private WeekdaySchedulerAction |
WeekdayScheduleEntry.action
The action to perform |
Fields in de.unikassel.android.sdcframework.data with type parameters of type WeekdaySchedulerAction | |
---|---|
static Parcelable.Creator<WeekdaySchedulerAction> |
WeekdaySchedulerAction.CREATOR
The Parcelable creator. |
Methods in de.unikassel.android.sdcframework.data that return WeekdaySchedulerAction | |
---|---|
WeekdaySchedulerAction |
WeekdayScheduleEntry.getAction()
Getter for the action |
WeekdaySchedulerAction |
WeekdaySchedulerAction.getPreviousAction()
Getter for the previous action expected to be predecessor of this action |
static WeekdaySchedulerAction |
WeekdaySchedulerAction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WeekdaySchedulerAction |
WeekdaySchedulerAction.valueOfOrdinal(int ordinal)
Method to determine the Weekday for a given ordinal. |
static WeekdaySchedulerAction[] |
WeekdaySchedulerAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.unikassel.android.sdcframework.data with parameters of type WeekdaySchedulerAction | |
---|---|
void |
WeekdayScheduleEntry.setAction(WeekdaySchedulerAction action)
Setter for the action |
Constructors in de.unikassel.android.sdcframework.data with parameters of type WeekdaySchedulerAction | |
---|---|
WeekdayScheduleEntry(int startTime,
WeekdaySchedulerAction action)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |