public static enum ScratchAssayAnalyzer.AbsenceDetectionMethod extends Enum<ScratchAssayAnalyzer.AbsenceDetectionMethod>
Enum Constant and Description |
---|
INCREASING_AREA |
SVM |
Modifier and Type | Method and Description |
---|---|
static ScratchAssayAnalyzer.AbsenceDetectionMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScratchAssayAnalyzer.AbsenceDetectionMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScratchAssayAnalyzer.AbsenceDetectionMethod INCREASING_AREA
public static final ScratchAssayAnalyzer.AbsenceDetectionMethod SVM
public static ScratchAssayAnalyzer.AbsenceDetectionMethod[] values()
for (ScratchAssayAnalyzer.AbsenceDetectionMethod c : ScratchAssayAnalyzer.AbsenceDetectionMethod.values()) System.out.println(c);
public static ScratchAssayAnalyzer.AbsenceDetectionMethod 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 © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.