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