|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<PmFrameworkPa> de.cesr.parma.definition.PmFrameworkPa
public enum PmFrameworkPa
PARameter MAnager
Enum Constant Summary | |
---|---|
DB_SETTINGS_FILE
Location of XML file that specifies database settings: |
|
DBNAME
MySQL database name |
|
LOCATION
MySQL server |
|
PARAM_SET_ID
The parameter definition that specifies the parameter set id for which parameter defualtParams shall be fetched from DB |
|
PASSWORD
MySQL Password |
|
TBLNAME_PARAMS
Table name of parameter table |
|
USER
MySQl user name |
|
XML_PARAMETER_FILE
Location of XML file that specifies parameters |
Method Summary | |
---|---|
Object |
getDefaultValue()
Returns the default value that is assigned to this parameter at definition |
Class<?> |
getType()
Return the type of this parameter |
static PmFrameworkPa |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PmFrameworkPa[] |
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 PmFrameworkPa LOCATION
public static final PmFrameworkPa DBNAME
public static final PmFrameworkPa USER
public static final PmFrameworkPa PASSWORD
public static final PmFrameworkPa PARAM_SET_ID
public static final PmFrameworkPa TBLNAME_PARAMS
public static final PmFrameworkPa XML_PARAMETER_FILE
public static final PmFrameworkPa DB_SETTINGS_FILE
Method Detail |
---|
public static PmFrameworkPa[] values()
for (PmFrameworkPa c : PmFrameworkPa.values()) System.out.println(c);
public static PmFrameworkPa 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()
PmParameterDefinition
getType
in interface PmParameterDefinition
public Object getDefaultValue()
PmParameterDefinition
getDefaultValue
in interface PmParameterDefinition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |