public enum OptionBeans extends java.lang.Enum<OptionBeans> implements OptionsBeanFactory
Enum Constant and Description |
---|
BLOB_STORE |
COMMON |
DOCUMENT_NODE_STORE |
RDB_STORE |
Modifier and Type | Method and Description |
---|---|
static OptionBeans |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OptionBeans[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
newInstance
public static final OptionBeans RDB_STORE
public static final OptionBeans DOCUMENT_NODE_STORE
public static final OptionBeans COMMON
public static final OptionBeans BLOB_STORE
public static OptionBeans[] values()
for (OptionBeans c : OptionBeans.values()) System.out.println(c);
public static OptionBeans 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 nullCopyright © 2012–2022 The Apache Software Foundation. All rights reserved.