public static enum SimulationPlan.SimulationType extends Enum<SimulationPlan.SimulationType>
| Enum Constant and Description |
|---|
SEQUENTIAL |
THREADED |
| Modifier and Type | Method and Description |
|---|---|
static SimulationPlan.SimulationType |
fromText(String text) |
static SimulationPlan.SimulationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimulationPlan.SimulationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimulationPlan.SimulationType THREADED
public static final SimulationPlan.SimulationType SEQUENTIAL
public static SimulationPlan.SimulationType[] values()
for (SimulationPlan.SimulationType c : SimulationPlan.SimulationType.values()) System.out.println(c);
public static SimulationPlan.SimulationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static SimulationPlan.SimulationType fromText(String text)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.