public static enum MailMerger.OutputField extends java.lang.Enum<MailMerger.OutputField>
| Enum Constant and Description |
|---|
AS_FORMTEXT_REGULAR |
DEFAULT |
KEEP_MERGEFIELD |
REMOVED |
| Modifier and Type | Method and Description |
|---|---|
static MailMerger.OutputField |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2007–2023. All rights reserved.