public enum EmbeddedDbConfigurationField extends Enum<EmbeddedDbConfigurationField> implements AbstractField
| Enum Constant and Description |
|---|
DB_CONFIGURATION_NAME |
DB_CONFIGURATION_PROPERTY |
ID |
POOL_MAX_SIZE |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
static EmbeddedDbConfigurationField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedDbConfigurationField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedDbConfigurationField ID
public static final EmbeddedDbConfigurationField DB_CONFIGURATION_NAME
public static final EmbeddedDbConfigurationField POOL_MAX_SIZE
public static final EmbeddedDbConfigurationField DB_CONFIGURATION_PROPERTY
public static EmbeddedDbConfigurationField[] values()
for (EmbeddedDbConfigurationField c : EmbeddedDbConfigurationField.values()) System.out.println(c);
public static EmbeddedDbConfigurationField 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 getFieldName()
getFieldName in interface AbstractFieldCopyright © 2019. All rights reserved.