public static enum IJEMHDataTypes.EmailSourceType extends Enum<IJEMHDataTypes.EmailSourceType>
| Enum Constant and Description |
|---|
api |
directiveSet |
mailbox |
reprocessed |
testcase |
| Modifier and Type | Method and Description |
|---|---|
static IJEMHDataTypes.EmailSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IJEMHDataTypes.EmailSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IJEMHDataTypes.EmailSourceType mailbox
public static final IJEMHDataTypes.EmailSourceType testcase
public static final IJEMHDataTypes.EmailSourceType api
public static final IJEMHDataTypes.EmailSourceType reprocessed
public static final IJEMHDataTypes.EmailSourceType directiveSet
public static IJEMHDataTypes.EmailSourceType[] values()
for (IJEMHDataTypes.EmailSourceType c : IJEMHDataTypes.EmailSourceType.values()) System.out.println(c);
public static IJEMHDataTypes.EmailSourceType 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–2018 The Plugin People. All rights reserved.