public static enum Json.JsonStringBuilder.Type extends Enum<Json.JsonStringBuilder.Type>
| Modifier and Type | Method and Description |
|---|---|
String |
getInitial() |
String |
getNewLine() |
String |
getTailLine() |
String |
getWrapLine() |
static Json.JsonStringBuilder.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Json.JsonStringBuilder.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Json.JsonStringBuilder.Type PURE
public static final Json.JsonStringBuilder.Type JAVA
public static Json.JsonStringBuilder.Type[] values()
for (Json.JsonStringBuilder.Type c : Json.JsonStringBuilder.Type.values()) System.out.println(c);
public static Json.JsonStringBuilder.Type 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 nullpublic String getInitial()
public String getNewLine()
public String getTailLine()
public String getWrapLine()
Copyright © 2020. All rights reserved.