public static enum SimulationPlan.AggregationType extends Enum<SimulationPlan.AggregationType>
| Modifier and Type | Method and Description |
|---|---|
static SimulationPlan.AggregationType |
fromText(String text) |
static SimulationPlan.AggregationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimulationPlan.AggregationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimulationPlan.AggregationType SYNC
public static final SimulationPlan.AggregationType ASYNC
public static SimulationPlan.AggregationType[] values()
for (SimulationPlan.AggregationType c : SimulationPlan.AggregationType.values()) System.out.println(c);
public static SimulationPlan.AggregationType 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.AggregationType fromText(String text)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.