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