public enum EmbeddedDbField extends Enum<EmbeddedDbField> implements AbstractField
| Enum Constant and Description |
|---|
DB_NAME |
ENVIRONMENT |
HOST |
ID |
JDBC_URL |
PASSWORD |
PROJECT_ID |
SCHEMA_TYPE |
USER |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
static EmbeddedDbField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedDbField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedDbField ID
public static final EmbeddedDbField PROJECT_ID
public static final EmbeddedDbField DB_NAME
public static final EmbeddedDbField HOST
public static final EmbeddedDbField USER
public static final EmbeddedDbField PASSWORD
public static final EmbeddedDbField ENVIRONMENT
public static final EmbeddedDbField SCHEMA_TYPE
public static final EmbeddedDbField JDBC_URL
public static EmbeddedDbField[] values()
for (EmbeddedDbField c : EmbeddedDbField.values()) System.out.println(c);
public static EmbeddedDbField 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.