public static enum AnnotationSettings.IntensityThresholdType extends Enum<AnnotationSettings.IntensityThresholdType>
Enum Constant and Description |
---|
percentile |
snp |
Modifier and Type | Field and Description |
---|---|
String |
description
The description of the thresold.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationSettings.IntensityThresholdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationSettings.IntensityThresholdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationSettings.IntensityThresholdType percentile
public static final AnnotationSettings.IntensityThresholdType snp
public final String description
public static AnnotationSettings.IntensityThresholdType[] values()
for (AnnotationSettings.IntensityThresholdType c : AnnotationSettings.IntensityThresholdType.values()) System.out.println(c);
public static AnnotationSettings.IntensityThresholdType 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 © 2018. All rights reserved.