public static enum GoNameSpace.GoNamespaceType extends java.lang.Enum<GoNameSpace.GoNamespaceType>
| Enum Constant and Description |
|---|
BIOLOGICAL_PROCESS |
CELLULAR_COMPONENT |
MOLECULAR_FUNCTION |
UNASSIGNED |
| Modifier and Type | Method and Description |
|---|---|
static GoNameSpace.GoNamespaceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GoNameSpace.GoNamespaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoNameSpace.GoNamespaceType MOLECULAR_FUNCTION
public static final GoNameSpace.GoNamespaceType BIOLOGICAL_PROCESS
public static final GoNameSpace.GoNamespaceType CELLULAR_COMPONENT
public static final GoNameSpace.GoNamespaceType UNASSIGNED
public static GoNameSpace.GoNamespaceType[] values()
for (GoNameSpace.GoNamespaceType c : GoNameSpace.GoNamespaceType.values()) System.out.println(c);
public static GoNameSpace.GoNamespaceType 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