de.cesr.sesamgim.param
Enum GInitialisersPa

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

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

SesamGIM - Geographical Initialisation for Milieu Agents


Enum Constant Summary
INITALISER_VARIATION_CALCULATOR
           
INITIALISER_AGENTS
           
INITIALISER_AREA
           
INITIALISER_GROUP
           
INITIALISER_MARKETCELL
           
INITIALISER_MILIEU
           
INITIALISER_PLZ
           
IS_AGENTS
          MUST be set by user!
IS_AREA
          The GimAreaInitialiseService delivers the class for area contexts.
IS_GROUP
          The GimAreaInitialiseService delivers the class for area contexts.
IS_MARKETCELL
          The GimMcInitialiseService delivers the class for area contexts.
IS_MILIEU
          The GimMcInitialiseService delivers the class for area contexts.
IS_PLZ
          The GimAreaInitialiseService delivers the class for area contexts.
 
Method Summary
 Object getDefaultValue()
           
 Class<?> getType()
           
static GInitialisersPa valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GInitialisersPa[] 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

INITIALISER_AREA

public static final GInitialisersPa INITIALISER_AREA

IS_AREA

public static final GInitialisersPa IS_AREA
The GimAreaInitialiseService delivers the class for area contexts.


INITIALISER_PLZ

public static final GInitialisersPa INITIALISER_PLZ

IS_PLZ

public static final GInitialisersPa IS_PLZ
The GimAreaInitialiseService delivers the class for area contexts.


INITIALISER_MARKETCELL

public static final GInitialisersPa INITIALISER_MARKETCELL

IS_MARKETCELL

public static final GInitialisersPa IS_MARKETCELL
The GimMcInitialiseService delivers the class for area contexts.


INITIALISER_MILIEU

public static final GInitialisersPa INITIALISER_MILIEU

IS_MILIEU

public static final GInitialisersPa IS_MILIEU
The GimMcInitialiseService delivers the class for area contexts.


INITIALISER_GROUP

public static final GInitialisersPa INITIALISER_GROUP

IS_GROUP

public static final GInitialisersPa IS_GROUP
The GimAreaInitialiseService delivers the class for area contexts.


INITIALISER_AGENTS

public static final GInitialisersPa INITIALISER_AGENTS

IS_AGENTS

public static final GInitialisersPa IS_AGENTS
MUST be set by user!


INITALISER_VARIATION_CALCULATOR

public static final GInitialisersPa INITALISER_VARIATION_CALCULATOR
Method Detail

values

public static GInitialisersPa[] 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 (GInitialisersPa c : GInitialisersPa.values())
    System.out.println(c);

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

valueOf

public static GInitialisersPa 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
See Also:
PmParameterDefinition.getType()

getDefaultValue

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