public static enum Import.ImportContent extends Enum<Import.ImportContent>
| Enum Constant and Description |
|---|
CSS |
LESS |
SUFFIX_BASED |
| Modifier and Type | Method and Description |
|---|---|
static Import.ImportContent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Import.ImportContent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Import.ImportContent LESS
public static final Import.ImportContent CSS
public static final Import.ImportContent SUFFIX_BASED
public static Import.ImportContent[] values()
for (Import.ImportContent c : Import.ImportContent.values()) System.out.println(c);
public static Import.ImportContent 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 nullCopyright © 2012-2015. All Rights Reserved.