|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<PaBasicPa> de.cesr.parma.tests.PaBasicPa
public enum PaBasicPa
Enum Constant Summary | |
---|---|
COPY_NUM_AGENTS
|
|
MUE
|
|
NUM_AGENTS
Number of households a single agents represents in simulation |
|
SPECIAL_NUM_AGENTS
|
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 PaBasicPa |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PaBasicPa[] |
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 PaBasicPa NUM_AGENTS
public static final PaBasicPa SPECIAL_NUM_AGENTS
public static final PaBasicPa COPY_NUM_AGENTS
public static final PaBasicPa MUE
Method Detail |
---|
public static PaBasicPa[] values()
for (PaBasicPa c : PaBasicPa.values()) System.out.println(c);
public static PaBasicPa 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 |