public static enum IJEMHDataTypes.NonCatchMailHandling extends Enum<IJEMHDataTypes.NonCatchMailHandling>
| Modifier and Type | Method and Description | 
|---|---|
static IJEMHDataTypes.NonCatchMailHandling | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static IJEMHDataTypes.NonCatchMailHandling[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final IJEMHDataTypes.NonCatchMailHandling ignore
public static final IJEMHDataTypes.NonCatchMailHandling drop
public static final IJEMHDataTypes.NonCatchMailHandling forward
public static IJEMHDataTypes.NonCatchMailHandling[] values()
for (IJEMHDataTypes.NonCatchMailHandling c : IJEMHDataTypes.NonCatchMailHandling.values()) System.out.println(c);
public static IJEMHDataTypes.NonCatchMailHandling 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.