public static enum ScoreProfile.JoinIndent extends Enum<ScoreProfile.JoinIndent>
| Modifier and Type | Method and Description |
|---|---|
static ScoreProfile.JoinIndent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScoreProfile.JoinIndent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScoreProfile.JoinIndent SPINE
public static final ScoreProfile.JoinIndent CONTENT
public static ScoreProfile.JoinIndent[] values()
for (ScoreProfile.JoinIndent c : ScoreProfile.JoinIndent.values()) System.out.println(c);
public static ScoreProfile.JoinIndent 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 null