public enum SingleStatisticType extends Enum<SingleStatisticType> implements StatisticType
| Enum Constant and Description |
|---|
CONSTRAINT_MATCH_TOTAL_BEST_SCORE |
CONSTRAINT_MATCH_TOTAL_STEP_SCORE |
PICKED_MOVE_TYPE_BEST_SCORE_DIFF |
PICKED_MOVE_TYPE_STEP_SCORE_DIFF |
| Modifier and Type | Method and Description |
|---|---|
PureSubSingleStatistic |
buildPureSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) |
String |
getAnchorId() |
String |
getLabel() |
boolean |
hasScoreLevels() |
static SingleStatisticType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingleStatisticType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final SingleStatisticType CONSTRAINT_MATCH_TOTAL_BEST_SCORE
public static final SingleStatisticType CONSTRAINT_MATCH_TOTAL_STEP_SCORE
public static final SingleStatisticType PICKED_MOVE_TYPE_BEST_SCORE_DIFF
public static final SingleStatisticType PICKED_MOVE_TYPE_STEP_SCORE_DIFF
public static SingleStatisticType[] values()
for (SingleStatisticType c : SingleStatisticType.values()) System.out.println(c);
public static SingleStatisticType 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 String getLabel()
getLabel in interface StatisticTypepublic PureSubSingleStatistic buildPureSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
public String getAnchorId()
public boolean hasScoreLevels()
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.