public enum DefaultBootstrapSize extends java.lang.Enum<DefaultBootstrapSize>
Modifier and Type | Method and Description |
---|---|
static DefaultBootstrapSize |
fromAttributeValue(int attrValue) |
float |
scaleFactor() |
static DefaultBootstrapSize |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultBootstrapSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultBootstrapSize XS
public static final DefaultBootstrapSize SM
public static final DefaultBootstrapSize MD
public static final DefaultBootstrapSize LG
public static final DefaultBootstrapSize XL
public static DefaultBootstrapSize[] values()
for (DefaultBootstrapSize c : DefaultBootstrapSize.values()) System.out.println(c);
public static DefaultBootstrapSize valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static DefaultBootstrapSize fromAttributeValue(int attrValue)
public float scaleFactor()