public static enum ScheduleNotification.Reason extends java.lang.Enum<ScheduleNotification.Reason>
| Enum Constant and Description |
|---|
ErrorStateChanged |
NetworkIdUpdate |
ScheduleListFileChanged |
ScheduleListLoaded |
ScheduleListNew |
ScheduleListSave_Canceled_or_Failure |
ScheduleListSave_Successful |
ScheduleUpdated |
SystemIdUpdate |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleNotification.Reason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleNotification.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduleNotification.Reason SystemIdUpdate
public static final ScheduleNotification.Reason NetworkIdUpdate
public static final ScheduleNotification.Reason ScheduleListNew
public static final ScheduleNotification.Reason ScheduleListLoaded
public static final ScheduleNotification.Reason ScheduleListSave_Successful
public static final ScheduleNotification.Reason ScheduleListSave_Canceled_or_Failure
public static final ScheduleNotification.Reason ScheduleListFileChanged
public static final ScheduleNotification.Reason ScheduleUpdated
public static final ScheduleNotification.Reason ErrorStateChanged
public static ScheduleNotification.Reason[] values()
for (ScheduleNotification.Reason c : ScheduleNotification.Reason.values()) System.out.println(c);
public static ScheduleNotification.Reason valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null