public enum NotificationContextType extends Enum<NotificationContextType>
| Enum Constant and Description |
|---|
APP |
BATCH |
BULLETIN |
FILE |
ITEM |
ORG |
PROFILES |
QUESTION |
SHARE |
SPACE |
STATUS |
TASK |
| Modifier and Type | Method and Description |
|---|---|
static NotificationContextType |
getByName(String value) |
String |
toString() |
static NotificationContextType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationContextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationContextType STATUS
public static final NotificationContextType TASK
public static final NotificationContextType PROFILES
public static final NotificationContextType SPACE
public static final NotificationContextType ITEM
public static final NotificationContextType BULLETIN
public static final NotificationContextType APP
public static final NotificationContextType SHARE
public static final NotificationContextType ORG
public static final NotificationContextType QUESTION
public static final NotificationContextType FILE
public static final NotificationContextType BATCH
public static NotificationContextType[] values()
for (NotificationContextType c : NotificationContextType.values()) System.out.println(c);
public static NotificationContextType 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 String toString()
toString in class Enum<NotificationContextType>public static NotificationContextType getByName(String value)
Copyright © 2014. All Rights Reserved.