methods.scores.go
Enum GONetwork.Namespaces
java.lang.Object
java.lang.Enum<GONetwork.Namespaces>
methods.scores.go.GONetwork.Namespaces
- All Implemented Interfaces:
- Serializable, Comparable<GONetwork.Namespaces>
- Enclosing class:
- GONetwork
public static enum GONetwork.Namespaces
- extends Enum<GONetwork.Namespaces>
The GO namespaces.
BIOLOGICAL_PROCESS
public static final GONetwork.Namespaces BIOLOGICAL_PROCESS
CELLULAR_COMPONENT
public static final GONetwork.Namespaces CELLULAR_COMPONENT
MOLECULAR_FUNCTION
public static final GONetwork.Namespaces MOLECULAR_FUNCTION
values
public static GONetwork.Namespaces[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GONetwork.Namespaces c : GONetwork.Namespaces.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GONetwork.Namespaces valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null