public enum EBootstrapBorderRadiusType extends Enum<EBootstrapBorderRadiusType> implements com.helger.html.css.ICSSClassProvider
| Enum Constant and Description |
|---|
NOT_ROUNDED |
ROUNDED |
ROUNDED_BOTTOM |
ROUNDED_CIRCLE |
ROUNDED_LEFT |
ROUNDED_RIGHT |
ROUNDED_TOP |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
static EBootstrapBorderRadiusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapBorderRadiusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapBorderRadiusType ROUNDED
public static final EBootstrapBorderRadiusType ROUNDED_TOP
public static final EBootstrapBorderRadiusType ROUNDED_RIGHT
public static final EBootstrapBorderRadiusType ROUNDED_BOTTOM
public static final EBootstrapBorderRadiusType ROUNDED_LEFT
public static final EBootstrapBorderRadiusType ROUNDED_CIRCLE
public static final EBootstrapBorderRadiusType NOT_ROUNDED
public static EBootstrapBorderRadiusType[] values()
for (EBootstrapBorderRadiusType c : EBootstrapBorderRadiusType.values()) System.out.println(c);
public static EBootstrapBorderRadiusType 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.