public enum EmailType extends Enum<EmailType>
PreferenceType.| Modifier and Type | Method and Description |
|---|---|
PreferenceType |
toPreference()
Return the PreferenceType that matches this type.
|
static EmailType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmailType EMAIL_NOTIFICATION_REQUEST
public static final EmailType EMAIL_NOTIFICATION_CONFIRM
public static final EmailType EMAIL_NOTIFICATION_MESSAGE_NEW
public static final EmailType EMAIL_NOTIFICATION_MESSAGE_REPLY
public static final EmailType EMAIL_NOTIFICATION_WALL_EVENT_NEW
public static final EmailType EMAIL_NOTIFICATION_WALL_POST_MY_NEW
public static final EmailType EMAIL_NOTIFICATION_WALL_POST_CONNECTION_NEW
public static final EmailType EMAIL_NOTIFICATION_WALL_STATUS_NEW
public static final EmailType EMAIL_NOTIFICATION_WORKSITE_NEW
public static final EmailType EMAIL_NOTIFICATION_PROFILE_CHANGE
public static EmailType[] values()
for (EmailType c : EmailType.values()) System.out.println(c);
public static EmailType 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 nullpublic PreferenceType toPreference()
Copyright © 2008-2016 The Sakai Foundation. All Rights Reserved.