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