public static enum GoSubset.Type extends java.lang.Enum<GoSubset.Type>
Enum Constant and Description |
---|
GOSLIM_ASPERGILLUS |
GOSLIM_CANDIDA |
GOSLIM_GENERIC |
GOSLIM_GOA |
GOSLIM_PIR |
GOSLIM_PLANT |
GOSLIM_POMBE |
GOSLIM_YEAST |
GOSUBSET_PROK |
HIGH_LEVEL_ANNOTATION_QC |
MF_NEEDS_REVIEW |
UNVETTED |
Modifier and Type | Method and Description |
---|---|
static GoSubset.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GoSubset.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoSubset.Type GOSLIM_GENERIC
public static final GoSubset.Type GOSLIM_GOA
public static final GoSubset.Type GOSLIM_PIR
public static final GoSubset.Type GOSUBSET_PROK
public static final GoSubset.Type GOSLIM_CANDIDA
public static final GoSubset.Type GOSLIM_ASPERGILLUS
public static final GoSubset.Type GOSLIM_PLANT
public static final GoSubset.Type GOSLIM_YEAST
public static final GoSubset.Type GOSLIM_POMBE
public static final GoSubset.Type HIGH_LEVEL_ANNOTATION_QC
public static final GoSubset.Type UNVETTED
public static final GoSubset.Type MF_NEEDS_REVIEW
public static GoSubset.Type[] values()
for (GoSubset.Type c : GoSubset.Type.values()) System.out.println(c);
public static GoSubset.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null