| 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
  
java.lang.Enum<XNotificationSetting>
      
waggle.common.modules.notification.enums.XNotificationSetting
public enum XNotificationSetting
XNotificationSetting. Notification settings.
| Enum Constant Summary | |
|---|---|
AUDIBLEonline notification via audible.  | 
|
DIGESTnotification via digest.  | 
|
EMAILoffline notification via email.  | 
|
VISUALonline notification via visual.  | 
|
| Method Summary | |
|---|---|
static XNotificationSetting | 
valueOf(String name)Returns the enum constant of this type with the specified name.  | 
static XNotificationSetting[] | 
values()Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods inherited from class java.lang.Enum | 
|---|
compareTo, equals, 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 XNotificationSetting VISUAL
public static final XNotificationSetting AUDIBLE
public static final XNotificationSetting DIGEST
public static final XNotificationSetting EMAIL
| Method Detail | 
|---|
public static XNotificationSetting[] values()
for (XNotificationSetting c : XNotificationSetting.values())
    System.out.println(c);
public static XNotificationSetting valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
  | 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||