|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<MSqlPa>
de.cesr.more.param.MSqlPa
public enum MSqlPa
Definition of database related parameters for MoRe
| Enum Constant Summary | |
|---|---|
DB_SETTINGS_EXAMPLE_FILE
Location of example XML file that specifies database settings for writing data. |
|
DBNAME
Database name used to write data to. |
|
FLUSH_INTERVAL
|
|
LOCATION
Database location used to write data to. |
|
PASSWORD
(unencrypted) password used to write data. |
|
TBLNAME_EDGE_LENGTH
Table for runtime information gathered by MRuntimeDbWriter. |
|
TBLNAME_NET_PREFS
Table from which agent network preferences are retrieved by MMilieuNetDataReader. |
|
TBLNAME_NET_PREFS_LINKS
Table from which agent network link preferences are retrieved by MMilieuNetDataReader. |
|
TBLNAME_NETWORK_MEASURES
Table where MoRe stores network measures. |
|
TBLNAME_RUNTIME_INFO
Table for runtime information gathered by MRuntimeDbWriter. |
|
USER
Database user name used to write data. |
|
| Method Summary | |
|---|---|
Object |
getDefaultValue()
|
Class<?> |
getType()
|
static MSqlPa |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MSqlPa[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface de.cesr.parma.core.PmParameterDefinition |
|---|
getDeclaringClass |
| Enum Constant Detail |
|---|
public static final MSqlPa LOCATION
PmFrameworkPa.LOCATION
public static final MSqlPa DBNAME
PmFrameworkPa.DBNAME
public static final MSqlPa USER
PmFrameworkPa.USER
public static final MSqlPa PASSWORD
PmFrameworkPa.PASSWORD
public static final MSqlPa TBLNAME_NETWORK_MEASURES
MDbNetworkDataWriter.
Default: more_net_measures
public static final MSqlPa TBLNAME_NET_PREFS
MMilieuNetDataReader. Default: more_netprefs
public static final MSqlPa TBLNAME_RUNTIME_INFO
MRuntimeDbWriter.
public static final MSqlPa TBLNAME_EDGE_LENGTH
MRuntimeDbWriter.
public static final MSqlPa FLUSH_INTERVAL
public static final MSqlPa TBLNAME_NET_PREFS_LINKS
MMilieuNetDataReader. Default:
more_netprefs_links
public static final MSqlPa DB_SETTINGS_EXAMPLE_FILE
./config/DBSettingsMore.xml"
| Method Detail |
|---|
public static MSqlPa[] values()
for (MSqlPa c : MSqlPa.values()) System.out.println(c);
public static MSqlPa valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic Class<?> getType()
getType in interface de.cesr.parma.core.PmParameterDefinitionpublic Object getDefaultValue()
getDefaultValue in interface de.cesr.parma.core.PmParameterDefinition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||