public static enum GHConfiguration.CssFramework extends Enum<GHConfiguration.CssFramework>
| Modifier and Type | Method and Description |
|---|---|
static GHConfiguration.CssFramework |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHConfiguration.CssFramework[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GHConfiguration.CssFramework YAML
public static final GHConfiguration.CssFramework BOOTSTRAP
public static GHConfiguration.CssFramework[] values()
for (GHConfiguration.CssFramework c : GHConfiguration.CssFramework.values()) System.out.println(c);
public static GHConfiguration.CssFramework 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 © 2004–2015. All rights reserved.