de.cesr.sesamgim.param
Enum GSqlPa

java.lang.Object
  extended by java.lang.Enum<GSqlPa>
      extended by de.cesr.sesamgim.param.GSqlPa
All Implemented Interfaces:
de.cesr.parma.core.PmParameterDefinition, Serializable, Comparable<GSqlPa>

public enum GSqlPa
extends Enum<GSqlPa>
implements de.cesr.parma.core.PmParameterDefinition


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

LOCATION

public static final GSqlPa LOCATION
MySQL server


DBNAME

public static final GSqlPa DBNAME

USER

public static final GSqlPa USER
MySQl user name


PASSWORD

public static final GSqlPa PASSWORD
Password


TBLNAME_MILIEU_GROUPS

public static final GSqlPa TBLNAME_MILIEU_GROUPS
Also required when market cell data table is not given for the model region.


TBLNAME_MILIEU_GROUPS_NAMES

public static final GSqlPa TBLNAME_MILIEU_GROUPS_NAMES

TBLNAME_MILIEU_PREFERENCES

public static final GSqlPa TBLNAME_MILIEU_PREFERENCES

TBLNAME_INIT_AGENTS

public static final GSqlPa TBLNAME_INIT_AGENTS

TBLNAME_HHSTRUCT

public static final GSqlPa TBLNAME_HHSTRUCT
Required when market cell data table is not given for the model region.


TBLNAME_HHSTRUCT_PLZ

public static final GSqlPa TBLNAME_HHSTRUCT_PLZ
PLZ wise microm data.


TBLNAME_MZCOORD

public static final GSqlPa TBLNAME_MZCOORD
Required when market cell data table is not given for the model region.


TBLNAME_MZDATA

public static final GSqlPa TBLNAME_MZDATA
If not null this table is expected to contain the joined market cell data.


TBLNAME_MZNH

public static final GSqlPa TBLNAME_MZNH

COL_NAME_RECORDID

public static final GSqlPa COL_NAME_RECORDID

COL_NAME_AGENTID

public static final GSqlPa COL_NAME_AGENTID

COL_NAME_X_COORD

public static final GSqlPa COL_NAME_X_COORD

COL_NAME_Y_COORD

public static final GSqlPa COL_NAME_Y_COORD

COL_NAME_MILIEU_GROUP

public static final GSqlPa COL_NAME_MILIEU_GROUP
Method Detail

values

public static GSqlPa[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (GSqlPa c : GSqlPa.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static GSqlPa valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getType

public Class<?> getType()
Specified by:
getType in interface de.cesr.parma.core.PmParameterDefinition

getDefaultValue

public Object getDefaultValue()
Specified by:
getDefaultValue in interface de.cesr.parma.core.PmParameterDefinition