|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<BDBProduct>
com.amazon.carbonado.repo.sleepycat.BDBProduct
public enum BDBProduct
Set of supported BDB products.
| Enum Constant Summary | |
|---|---|
DB
BDB Native |
|
DB_HA
BDB Native, High Availability |
|
DB_Legacy
BDB Native, legacy API |
|
JE
BDB Java Edition |
|
| Method Summary | |
|---|---|
static BDBProduct |
forString(String name)
|
static BDBProduct |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BDBProduct[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final BDBProduct DB_Legacy
public static final BDBProduct DB
public static final BDBProduct DB_HA
public static final BDBProduct JE
| Method Detail |
|---|
public static BDBProduct[] values()
for (BDBProduct c : BDBProduct.values()) System.out.println(c);
public static BDBProduct valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static BDBProduct forString(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||