public static enum Configuration.PropertyName extends Enum<Configuration.PropertyName>
Enum Constant and Description |
---|
ActiveJdbcLogger |
CacheManager |
CollectStatistics |
CollectStatisticsOnHold |
EnvConnectionsFile |
Modifier and Type | Method and Description |
---|---|
static Configuration.PropertyName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.PropertyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Configuration.PropertyName CacheManager
public static final Configuration.PropertyName ActiveJdbcLogger
public static final Configuration.PropertyName EnvConnectionsFile
public static final Configuration.PropertyName CollectStatistics
public static final Configuration.PropertyName CollectStatisticsOnHold
public static Configuration.PropertyName[] values()
for (Configuration.PropertyName c : Configuration.PropertyName.values()) System.out.println(c);
public static Configuration.PropertyName 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 nullCopyright © 2019 JavaLite. All rights reserved.