public static enum AnnotatorInfo.Type extends Enum<AnnotatorInfo.Type>
| Enum Constant and Description |
|---|
AUTOMATED_PROTOCOL |
EFFECT_PREDICTION |
GENOMIC_FEATURE |
PATHOGENICITY_ESTIMATE |
PHENOTYPE_ASSOCIATION |
POPULATION_REFERENCE |
UNKNOWN |
UNUSED |
| Modifier and Type | Method and Description |
|---|---|
static AnnotatorInfo.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotatorInfo.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotatorInfo.Type EFFECT_PREDICTION
public static final AnnotatorInfo.Type AUTOMATED_PROTOCOL
public static final AnnotatorInfo.Type PATHOGENICITY_ESTIMATE
public static final AnnotatorInfo.Type POPULATION_REFERENCE
public static final AnnotatorInfo.Type PHENOTYPE_ASSOCIATION
public static final AnnotatorInfo.Type GENOMIC_FEATURE
public static final AnnotatorInfo.Type UNUSED
public static final AnnotatorInfo.Type UNKNOWN
public static AnnotatorInfo.Type[] values()
for (AnnotatorInfo.Type c : AnnotatorInfo.Type.values()) System.out.println(c);
public static AnnotatorInfo.Type 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 © 2017. All rights reserved.