public enum StressTestPlanType extends Enum<StressTestPlanType>
Enum Constant and Description |
---|
DYNAMIC |
GOAL_TRANSACION |
STATIC |
Modifier and Type | Method and Description |
---|---|
static StressTestPlanType |
fromString(String offer) |
String |
toString() |
static StressTestPlanType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StressTestPlanType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StressTestPlanType STATIC
public static final StressTestPlanType DYNAMIC
public static final StressTestPlanType GOAL_TRANSACION
public static StressTestPlanType[] values()
for (StressTestPlanType c : StressTestPlanType.values()) System.out.println(c);
public static StressTestPlanType 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 StressTestPlanType fromString(String offer)
public String toString()
toString
in class Enum<StressTestPlanType>
Copyright © 2016–2020. All rights reserved.