public static enum ApacheToStringBuilderPreset.Style extends java.lang.Enum<ApacheToStringBuilderPreset.Style>
| Enum Constant and Description |
|---|
DEFAULT_STYLE |
JSON_STYLE |
MULTI_LINE_STYLE |
NO_CLASS_NAME_STYLE |
SHORT_PREFIX_STYLE |
| Modifier and Type | Method and Description |
|---|---|
static ApacheToStringBuilderPreset.Style |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApacheToStringBuilderPreset.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApacheToStringBuilderPreset.Style DEFAULT_STYLE
public static final ApacheToStringBuilderPreset.Style JSON_STYLE
public static final ApacheToStringBuilderPreset.Style MULTI_LINE_STYLE
public static final ApacheToStringBuilderPreset.Style SHORT_PREFIX_STYLE
public static final ApacheToStringBuilderPreset.Style NO_CLASS_NAME_STYLE
public static ApacheToStringBuilderPreset.Style[] values()
for (ApacheToStringBuilderPreset.Style c : ApacheToStringBuilderPreset.Style.values()) System.out.println(c);
public static ApacheToStringBuilderPreset.Style 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 null