public enum EBootstrapColOrder extends Enum<EBootstrapColOrder> implements com.helger.html.css.ICSSClassProvider
| Enum Constant and Description |
|---|
ORDER_1 |
ORDER_10 |
ORDER_11 |
ORDER_12 |
ORDER_2 |
ORDER_3 |
ORDER_4 |
ORDER_5 |
ORDER_6 |
ORDER_7 |
ORDER_8 |
ORDER_9 |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
static EBootstrapColOrder |
getFromParts(int nParts) |
int |
getParts() |
static EBootstrapColOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapColOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapColOrder ORDER_1
public static final EBootstrapColOrder ORDER_2
public static final EBootstrapColOrder ORDER_3
public static final EBootstrapColOrder ORDER_4
public static final EBootstrapColOrder ORDER_5
public static final EBootstrapColOrder ORDER_6
public static final EBootstrapColOrder ORDER_7
public static final EBootstrapColOrder ORDER_8
public static final EBootstrapColOrder ORDER_9
public static final EBootstrapColOrder ORDER_10
public static final EBootstrapColOrder ORDER_11
public static final EBootstrapColOrder ORDER_12
public static EBootstrapColOrder[] values()
for (EBootstrapColOrder c : EBootstrapColOrder.values()) System.out.println(c);
public static EBootstrapColOrder 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 nullpublic int getParts()
@Nullable public String getCSSClass()
getCSSClass in interface com.helger.html.css.ICSSClassProvider@Nullable public static EBootstrapColOrder getFromParts(int nParts)
Copyright © 2015–2020 Philip Helger. All rights reserved.