public static enum ProfileBreakdown.TimingType extends Enum<ProfileBreakdown.TimingType>
| Enum Constant and Description |
|---|
ADVANCE |
BUILD_SCORER |
CREATE_WEIGHT |
MATCH |
NEXT_DOC |
SCORE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProfileBreakdown.TimingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileBreakdown.TimingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileBreakdown.TimingType CREATE_WEIGHT
public static final ProfileBreakdown.TimingType BUILD_SCORER
public static final ProfileBreakdown.TimingType NEXT_DOC
public static final ProfileBreakdown.TimingType ADVANCE
public static final ProfileBreakdown.TimingType MATCH
public static final ProfileBreakdown.TimingType SCORE
public static ProfileBreakdown.TimingType[] values()
for (ProfileBreakdown.TimingType c : ProfileBreakdown.TimingType.values()) System.out.println(c);
public static ProfileBreakdown.TimingType 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 toString()
toString in class Enum<ProfileBreakdown.TimingType>Copyright © 2009–2017. All rights reserved.