public static enum Json.JsonStringBuilder.Step extends Enum<Json.JsonStringBuilder.Step>
| Enum Constant and Description |
|---|
COMPACT |
FOUR_SPACES |
TABS |
THREE_SPACES |
TWO_SPACES |
| Modifier and Type | Method and Description |
|---|---|
int |
getIdent() |
static Json.JsonStringBuilder.Step |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Json.JsonStringBuilder.Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Json.JsonStringBuilder.Step TWO_SPACES
public static final Json.JsonStringBuilder.Step THREE_SPACES
public static final Json.JsonStringBuilder.Step FOUR_SPACES
public static final Json.JsonStringBuilder.Step COMPACT
public static final Json.JsonStringBuilder.Step TABS
public static Json.JsonStringBuilder.Step[] values()
for (Json.JsonStringBuilder.Step c : Json.JsonStringBuilder.Step.values()) System.out.println(c);
public static Json.JsonStringBuilder.Step 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 int getIdent()
Copyright © 2020. All rights reserved.