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