public static enum SassCompiler.CompilerOptions.OutputStyle extends Enum<SassCompiler.CompilerOptions.OutputStyle>
Enum Constant and Description |
---|
COMPACT |
COMPRESSED |
EXPANDED |
NESTED |
Modifier and Type | Method and Description |
---|---|
static SassCompiler.CompilerOptions.OutputStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SassCompiler.CompilerOptions.OutputStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SassCompiler.CompilerOptions.OutputStyle NESTED
public static final SassCompiler.CompilerOptions.OutputStyle EXPANDED
public static final SassCompiler.CompilerOptions.OutputStyle COMPACT
public static final SassCompiler.CompilerOptions.OutputStyle COMPRESSED
public static SassCompiler.CompilerOptions.OutputStyle[] values()
for (SassCompiler.CompilerOptions.OutputStyle c : SassCompiler.CompilerOptions.OutputStyle.values()) System.out.println(c);
public static SassCompiler.CompilerOptions.OutputStyle 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 nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.