public enum BOProcIFormatterMode extends java.lang.Enum<BOProcIFormatterMode>
TransactionFormatterBuilder| Enum Constant and Description |
|---|
CONCISE |
MASS_CHANGES |
VERBOSE |
| Modifier and Type | Method and Description |
|---|---|
BOProcIFormatter |
getNewFormatter(boolean html)
Get a new formatter based on this mode and the provided HTML configuration.
|
BOProcIFormatter |
getNewFormatter(boolean html,
int maxChars)
Construct and return a new formatter based on this mode and the provided configuration parameters.
|
static BOProcIFormatterMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BOProcIFormatterMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BOProcIFormatterMode CONCISE
public static final BOProcIFormatterMode VERBOSE
public static final BOProcIFormatterMode MASS_CHANGES
public static BOProcIFormatterMode[] values()
for (BOProcIFormatterMode c : BOProcIFormatterMode.values()) System.out.println(c);
public static BOProcIFormatterMode 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 nullpublic BOProcIFormatter getNewFormatter(boolean html)
html - if true, output as html, otherwise output plain textpublic BOProcIFormatter getNewFormatter(boolean html, int maxChars)
html - if true, output as html, otherwise output plain textmaxChars - the number of maximum characters per procCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.