public static enum ScanPerformanceEvaluation.ScanCounter extends Enum<ScanPerformanceEvaluation.ScanCounter>
Modifier and Type | Method and Description |
---|---|
static ScanPerformanceEvaluation.ScanCounter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanPerformanceEvaluation.ScanCounter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanPerformanceEvaluation.ScanCounter NUM_ROWS
public static final ScanPerformanceEvaluation.ScanCounter NUM_CELLS
public static ScanPerformanceEvaluation.ScanCounter[] values()
for (ScanPerformanceEvaluation.ScanCounter c : ScanPerformanceEvaluation.ScanCounter.values()) System.out.println(c);
public static ScanPerformanceEvaluation.ScanCounter 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 © 2007–2020 The Apache Software Foundation. All rights reserved.