|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WeekdaySchedulerAction>
de.unikassel.android.sdcframework.data.WeekdaySchedulerAction
public enum WeekdaySchedulerAction
Performable Scheduler actions.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface android.os.Parcelable |
---|
Parcelable.Creator<T> |
Enum Constant Summary | |
---|---|
StartService
Start the sdcf service. |
|
StopService
Stop the sdcf service. |
Field Summary | |
---|---|
static String |
ACTION
The action package part. |
static Parcelable.Creator<WeekdaySchedulerAction> |
CREATOR
The Parcelable creator. |
Fields inherited from interface android.os.Parcelable |
---|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
Method Summary | |
---|---|
int |
describeContents()
|
WeekdaySchedulerAction |
getPreviousAction()
Getter for the previous action expected to be predecessor of this action |
static WeekdaySchedulerAction |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WeekdaySchedulerAction |
valueOfOrdinal(int ordinal)
Method to determine the Weekday for a given ordinal. |
static WeekdaySchedulerAction[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
void |
writeToParcel(Parcel dest,
int flags)
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WeekdaySchedulerAction StartService
public static final WeekdaySchedulerAction StopService
Field Detail |
---|
public static final String ACTION
public static final Parcelable.Creator<WeekdaySchedulerAction> CREATOR
Method Detail |
---|
public static WeekdaySchedulerAction[] values()
for (WeekdaySchedulerAction c : WeekdaySchedulerAction.values()) System.out.println(c);
public static WeekdaySchedulerAction valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static WeekdaySchedulerAction valueOfOrdinal(int ordinal)
ordinal
- the ordinal value
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
public WeekdaySchedulerAction getPreviousAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |