public static enum TestGroup.ClassType extends Enum<TestGroup.ClassType>
Enum Constant and Description |
---|
ct_array |
ct_fileGrp |
ct_group |
ct_parameter |
ct_parameterGrp |
ct_result |
ct_thresholdGrp |
Modifier and Type | Method and Description |
---|---|
static TestGroup.ClassType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestGroup.ClassType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestGroup.ClassType ct_group
public static final TestGroup.ClassType ct_array
public static final TestGroup.ClassType ct_result
public static final TestGroup.ClassType ct_parameter
public static final TestGroup.ClassType ct_parameterGrp
public static final TestGroup.ClassType ct_thresholdGrp
public static final TestGroup.ClassType ct_fileGrp
public static TestGroup.ClassType[] values()
for (TestGroup.ClassType c : TestGroup.ClassType.values()) System.out.println(c);
public static TestGroup.ClassType 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 © 2016–2019. All rights reserved.