|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<GSqlPa> de.cesr.sesamgim.param.GSqlPa
public enum GSqlPa
Enum Constant Summary | |
---|---|
COL_NAME_AGENTID
|
|
COL_NAME_MILIEU_GROUP
|
|
COL_NAME_RECORDID
|
|
COL_NAME_X_COORD
|
|
COL_NAME_Y_COORD
|
|
DBNAME
|
|
LOCATION
MySQL server |
|
PASSWORD
Password |
|
TBLNAME_HHSTRUCT
Required when market cell data table is not given for the model region. |
|
TBLNAME_HHSTRUCT_PLZ
PLZ wise microm data. |
|
TBLNAME_INIT_AGENTS
|
|
TBLNAME_MILIEU_GROUPS
Also required when market cell data table is not given for the model region. |
|
TBLNAME_MILIEU_GROUPS_NAMES
|
|
TBLNAME_MILIEU_PREFERENCES
|
|
TBLNAME_MZCOORD
Required when market cell data table is not given for the model region. |
|
TBLNAME_MZDATA
If not null this table is expected to contain the joined market cell data. |
|
TBLNAME_MZNH
|
|
USER
MySQl user name |
Method Summary | |
---|---|
Object |
getDefaultValue()
|
Class<?> |
getType()
|
static GSqlPa |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GSqlPa[] |
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 GSqlPa LOCATION
public static final GSqlPa DBNAME
public static final GSqlPa USER
public static final GSqlPa PASSWORD
public static final GSqlPa TBLNAME_MILIEU_GROUPS
public static final GSqlPa TBLNAME_MILIEU_GROUPS_NAMES
public static final GSqlPa TBLNAME_MILIEU_PREFERENCES
public static final GSqlPa TBLNAME_INIT_AGENTS
public static final GSqlPa TBLNAME_HHSTRUCT
public static final GSqlPa TBLNAME_HHSTRUCT_PLZ
public static final GSqlPa TBLNAME_MZCOORD
public static final GSqlPa TBLNAME_MZDATA
public static final GSqlPa TBLNAME_MZNH
public static final GSqlPa COL_NAME_RECORDID
public static final GSqlPa COL_NAME_AGENTID
public static final GSqlPa COL_NAME_X_COORD
public static final GSqlPa COL_NAME_Y_COORD
public static final GSqlPa COL_NAME_MILIEU_GROUP
Method Detail |
---|
public static GSqlPa[] values()
for (GSqlPa c : GSqlPa.values()) System.out.println(c);
public static GSqlPa 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.PmParameterDefinition
public 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 |