public static enum TestConfig.RunType extends Enum<TestConfig.RunType>
Modifier and Type | Method and Description |
---|---|
IRunType |
newInstance() |
static TestConfig.RunType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestConfig.RunType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestConfig.RunType DURATION
public static final TestConfig.RunType ITERATION
public static TestConfig.RunType[] values()
for (TestConfig.RunType c : TestConfig.RunType.values()) System.out.println(c);
public static TestConfig.RunType 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 IRunType newInstance()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.