public enum EvoTaskType extends Enum<EvoTaskType>
| Enum Constant and Description |
|---|
AcInteractionSeries |
AcRateConstant |
AcSpecNonlinearityErrors |
AcSpecStationaryPoint |
AcSpecTurningPoint |
Network |
| Modifier and Type | Method and Description |
|---|---|
static EvoTaskType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvoTaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvoTaskType AcRateConstant
public static final EvoTaskType AcSpecStationaryPoint
public static final EvoTaskType AcSpecTurningPoint
public static final EvoTaskType AcSpecNonlinearityErrors
public static final EvoTaskType Network
public static final EvoTaskType AcInteractionSeries
public static EvoTaskType[] values()
for (EvoTaskType c : EvoTaskType.values()) System.out.println(c);
public static EvoTaskType 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 nullCopyright © 2019. All Rights Reserved.