public static enum OdeConfigProperties.EmbeddedDbType extends java.lang.Enum<OdeConfigProperties.EmbeddedDbType>
Modifier and Type | Method and Description |
---|---|
static OdeConfigProperties.EmbeddedDbType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OdeConfigProperties.EmbeddedDbType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdeConfigProperties.EmbeddedDbType DERBY
public static final OdeConfigProperties.EmbeddedDbType H2
public static OdeConfigProperties.EmbeddedDbType[] values()
for (OdeConfigProperties.EmbeddedDbType c : OdeConfigProperties.EmbeddedDbType.values()) System.out.println(c);
public static OdeConfigProperties.EmbeddedDbType 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 null