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