public static enum SimulationSetup.CHANGED extends java.lang.Enum<SimulationSetup.CHANGED>
| Enum Constant and Description |
|---|
AgentConfiguration |
TimeModelSettings |
UserRuntimeObject |
| Modifier and Type | Method and Description |
|---|---|
static SimulationSetup.CHANGED |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimulationSetup.CHANGED[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimulationSetup.CHANGED TimeModelSettings
public static final SimulationSetup.CHANGED AgentConfiguration
public static final SimulationSetup.CHANGED UserRuntimeObject
public static SimulationSetup.CHANGED[] values()
for (SimulationSetup.CHANGED c : SimulationSetup.CHANGED.values()) System.out.println(c);
public static SimulationSetup.CHANGED valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null