public static enum GoNameSpace.GoNamespaceType extends Enum<GoNameSpace.GoNamespaceType>
| Enum Constant and Description |
|---|
BIOLOGICAL_PROCESS |
CELLULAR_COMPONENT |
MOLECULAR_FUNCTION |
UNASSIGNED |
| Modifier and Type | Method and Description |
|---|---|
static GoNameSpace.GoNamespaceType |
valueOf(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(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 © 2016. All rights reserved.