public static enum IJEMHDataTypes.NotificationSourceType extends Enum<IJEMHDataTypes.NotificationSourceType>
| Enum Constant and Description | 
|---|
AD_HOC  | 
ISSUE_EVENT  | 
POST_FUNCTION  | 
USER_EVENT  | 
| Modifier and Type | Method and Description | 
|---|---|
static IJEMHDataTypes.NotificationSourceType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static IJEMHDataTypes.NotificationSourceType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final IJEMHDataTypes.NotificationSourceType ISSUE_EVENT
public static final IJEMHDataTypes.NotificationSourceType POST_FUNCTION
public static final IJEMHDataTypes.NotificationSourceType AD_HOC
public static final IJEMHDataTypes.NotificationSourceType USER_EVENT
public static IJEMHDataTypes.NotificationSourceType[] values()
for (IJEMHDataTypes.NotificationSourceType c : IJEMHDataTypes.NotificationSourceType.values()) System.out.println(c);
public static IJEMHDataTypes.NotificationSourceType 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 nullCopyright © 2008–2020 The Plugin People. All rights reserved.