public enum EmbeddedDbSort extends Enum<EmbeddedDbSort> implements AbstractSort
| 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() |
String |
toString() |
static EmbeddedDbSort |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedDbSort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedDbSort ID
public static final EmbeddedDbSort PROJECT_ID
public static final EmbeddedDbSort DB_NAME
public static final EmbeddedDbSort HOST
public static final EmbeddedDbSort USER
public static final EmbeddedDbSort PASSWORD
public static final EmbeddedDbSort ENVIRONMENT
public static final EmbeddedDbSort SCHEMA_TYPE
public static final EmbeddedDbSort JDBC_URL
public static EmbeddedDbSort[] values()
for (EmbeddedDbSort c : EmbeddedDbSort.values()) System.out.println(c);
public static EmbeddedDbSort 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 AbstractSortpublic String toString()
toString in class Enum<EmbeddedDbSort>Copyright © 2019. All rights reserved.