public enum BootstrapVersion extends Enum<BootstrapVersion>
| Enum Constant and Description |
|---|
VERSION_3 |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultColumns() |
String |
getDescription() |
static BootstrapVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BootstrapVersion VERSION_3
public static BootstrapVersion[] values()
for (BootstrapVersion c : BootstrapVersion.values()) System.out.println(c);
public static BootstrapVersion 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 String getDescription()
public String getDefaultColumns()
Copyright © 2015. All rights reserved.