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