public static enum GoSubset.Type extends java.lang.Enum<GoSubset.Type>
Enum Constant | Description |
---|---|
GOSLIM_ASPERGILLUS |
|
GOSLIM_CANDIDA |
|
GOSLIM_GENERIC |
|
GOSLIM_GOA |
|
GOSLIM_PIR |
|
GOSLIM_PLANT |
|
GOSLIM_POMBE |
|
GOSLIM_YEAST |
|
GOSUBSET_PROK |
|
OTHER |
Modifier and Type | Method | 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 OTHER
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