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