public enum EBootstrapWellType extends Enum<EBootstrapWellType> implements com.helger.html.css.ICSSClassProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
static EBootstrapWellType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapWellType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapWellType LARGE
public static final EBootstrapWellType DEFAULT
public static final EBootstrapWellType SMALL
public static EBootstrapWellType[] values()
for (EBootstrapWellType c : EBootstrapWellType.values()) System.out.println(c);
public static EBootstrapWellType 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 © 2014–2015 Philip Helger. All rights reserved.