public static enum MailMerger.OutputField extends Enum<MailMerger.OutputField>
| Enum Constant and Description |
|---|
AS_FORMTEXT_REGULAR |
DEFAULT |
KEEP_MERGEFIELD |
REMOVED |
| Modifier and Type | Method and Description |
|---|---|
static MailMerger.OutputField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailMerger.OutputField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailMerger.OutputField DEFAULT
public static final MailMerger.OutputField REMOVED
public static final MailMerger.OutputField KEEP_MERGEFIELD
public static final MailMerger.OutputField AS_FORMTEXT_REGULAR
public static MailMerger.OutputField[] values()
for (MailMerger.OutputField c : MailMerger.OutputField.values()) System.out.println(c);
public static MailMerger.OutputField 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 © 2007-2020. All Rights Reserved.