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