public static enum BenchmarkDetails.PerfTestLength extends Enum<BenchmarkDetails.PerfTestLength> implements BmcEnum
Execution Length of Perf Test (default set to STANDARD)
Modifier and Type | Method and Description |
---|---|
static BenchmarkDetails.PerfTestLength |
create(String key) |
String |
getValue() |
static BenchmarkDetails.PerfTestLength |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BenchmarkDetails.PerfTestLength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BenchmarkDetails.PerfTestLength Standard
public static final BenchmarkDetails.PerfTestLength Long
public static BenchmarkDetails.PerfTestLength[] values()
for (BenchmarkDetails.PerfTestLength c : BenchmarkDetails.PerfTestLength.values()) System.out.println(c);
public static BenchmarkDetails.PerfTestLength 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 BenchmarkDetails.PerfTestLength create(String key)
Copyright © 2016–2025. All rights reserved.