de.cesr.sesamgim.param
Enum GAggregatePa

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

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

SesamGIM - Geographical Initialisation for Milieu Agents


Enum Constant Summary
AGENT_PROPERTY_AGGREGATOR
           
AGGREGATE_ALIA_MYSQL_TABLE
           
AGGREGATE_MYSQL_TABLE
           
AGGREGATE_PARAM_ID
           
WEIGHT_FACTOR_AGENT
           
WEIGHT_FACTOR_GEOGRAPHY
           
WEIGHT_FACTOR_NETWORK
           
 
Method Summary
 Object getDefaultValue()
           
 Class<?> getType()
           
static GAggregatePa valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GAggregatePa[] 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

AGGREGATE_PARAM_ID

public static final GAggregatePa AGGREGATE_PARAM_ID

AGGREGATE_MYSQL_TABLE

public static final GAggregatePa AGGREGATE_MYSQL_TABLE

AGGREGATE_ALIA_MYSQL_TABLE

public static final GAggregatePa AGGREGATE_ALIA_MYSQL_TABLE

WEIGHT_FACTOR_NETWORK

public static final GAggregatePa WEIGHT_FACTOR_NETWORK

WEIGHT_FACTOR_AGENT

public static final GAggregatePa WEIGHT_FACTOR_AGENT

WEIGHT_FACTOR_GEOGRAPHY

public static final GAggregatePa WEIGHT_FACTOR_GEOGRAPHY

AGENT_PROPERTY_AGGREGATOR

public static final GAggregatePa AGENT_PROPERTY_AGGREGATOR
Method Detail

values

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

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

valueOf

public static GAggregatePa 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()