public static enum AnnotationParameters.IntensityThresholdType extends Enum<AnnotationParameters.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 AnnotationParameters.IntensityThresholdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationParameters.IntensityThresholdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationParameters.IntensityThresholdType percentile
public static final AnnotationParameters.IntensityThresholdType snp
public final String description
public static AnnotationParameters.IntensityThresholdType[] values()
for (AnnotationParameters.IntensityThresholdType c : AnnotationParameters.IntensityThresholdType.values()) System.out.println(c);
public static AnnotationParameters.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.