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