public enum PersistencePropertiesEnum extends Enum<PersistencePropertiesEnum>
| Enum Constant and Description |
|---|
CONNECTION_DRIVER_NAME |
CONNECTION_PASSWORD |
CONNECTION_URL |
CONNECTION_URL_ORIGINAL
The connection-URL is modified, if the DB needs to be created.
|
CONNECTION_USER_NAME |
| Modifier and Type | Method and Description |
|---|---|
static PersistencePropertiesEnum |
fromKey(String key) |
String |
toString() |
static PersistencePropertiesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistencePropertiesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PersistencePropertiesEnum CONNECTION_DRIVER_NAME
public static final PersistencePropertiesEnum CONNECTION_URL
public static final PersistencePropertiesEnum CONNECTION_URL_ORIGINAL
public static final PersistencePropertiesEnum CONNECTION_USER_NAME
public static final PersistencePropertiesEnum CONNECTION_PASSWORD
public static PersistencePropertiesEnum[] values()
for (PersistencePropertiesEnum c : PersistencePropertiesEnum.values()) System.out.println(c);
public static PersistencePropertiesEnum 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 toString()
toString in class Enum<PersistencePropertiesEnum>public static PersistencePropertiesEnum fromKey(String key)
Copyright © 2013-2014. All Rights Reserved.