public enum EBootstrapBorderColorType extends Enum<EBootstrapBorderColorType> implements com.helger.html.css.ICSSClassProvider
| Enum Constant and Description |
|---|
DANGER |
DARK |
INFO |
LIGHT |
PRIMARY |
SECONDARY |
SUCCESS |
WARNING |
WHITE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
static EBootstrapBorderColorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapBorderColorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapBorderColorType PRIMARY
public static final EBootstrapBorderColorType SECONDARY
public static final EBootstrapBorderColorType SUCCESS
public static final EBootstrapBorderColorType DANGER
public static final EBootstrapBorderColorType WARNING
public static final EBootstrapBorderColorType INFO
public static final EBootstrapBorderColorType LIGHT
public static final EBootstrapBorderColorType DARK
public static final EBootstrapBorderColorType WHITE
public static EBootstrapBorderColorType[] values()
for (EBootstrapBorderColorType c : EBootstrapBorderColorType.values()) System.out.println(c);
public static EBootstrapBorderColorType 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.