static enum MasterSlaveConnectionProperties.ConfigurationProperty extends java.lang.Enum<MasterSlaveConnectionProperties.ConfigurationProperty> implements IConfigurationProperty
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
static MasterSlaveConnectionProperties.ConfigurationProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MasterSlaveConnectionProperties.ConfigurationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MasterSlaveConnectionProperties.ConfigurationProperty EPAGES_CONFIG
public static final MasterSlaveConnectionProperties.ConfigurationProperty SLAVECONNECTION_DATASOURCE
public static final MasterSlaveConnectionProperties.ConfigurationProperty SLAVECONNECTION_DATABASE
public static final MasterSlaveConnectionProperties.ConfigurationProperty SLAVECONNECTION_LOGIN
public static final MasterSlaveConnectionProperties.ConfigurationProperty SLAVECONNECTION_PASSWD
public static final MasterSlaveConnectionProperties.ConfigurationProperty SLAVECONNECTION_ACTIVE
public static final MasterSlaveConnectionProperties.ConfigurationProperty SLAVECONNECTION_CONNECTIONPROPERTIES
public static final MasterSlaveConnectionProperties.ConfigurationProperty MASTERCONNECTION_DATASOURCE
public static final MasterSlaveConnectionProperties.ConfigurationProperty MASTERCONNECTION_DATABASE
public static final MasterSlaveConnectionProperties.ConfigurationProperty MASTERCONNECTION_LOGIN
public static final MasterSlaveConnectionProperties.ConfigurationProperty MASTERCONNECTION_PASSWD
public static final MasterSlaveConnectionProperties.ConfigurationProperty MASTERCONNECTION_ACTIVE
public static final MasterSlaveConnectionProperties.ConfigurationProperty MASTERCONNECTION_CONNECTIONPROPERTIES
public static MasterSlaveConnectionProperties.ConfigurationProperty[] values()
for (MasterSlaveConnectionProperties.ConfigurationProperty c : MasterSlaveConnectionProperties.ConfigurationProperty.values()) System.out.println(c);
public static MasterSlaveConnectionProperties.ConfigurationProperty valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getKey()
getKey
in interface IConfigurationProperty