org.sbml.jsbml.ext.layout
public enum SpeciesReferenceRole extends java.lang.Enum<SpeciesReferenceRole>
Enum Constant and Description |
---|
ACTIVATOR |
INHIBITOR |
MODIFIER |
PRODUCT |
SIDEPRODUCT |
SIDESUBSTRATE |
SUBSTRATE |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
int |
toSBOterm() |
static SpeciesReferenceRole |
valueOf(int sboTerm) |
static SpeciesReferenceRole |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpeciesReferenceRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpeciesReferenceRole ACTIVATOR
public static final SpeciesReferenceRole INHIBITOR
public static final SpeciesReferenceRole MODIFIER
public static final SpeciesReferenceRole PRODUCT
public static final SpeciesReferenceRole SIDEPRODUCT
public static final SpeciesReferenceRole SIDESUBSTRATE
public static final SpeciesReferenceRole SUBSTRATE
public static final SpeciesReferenceRole UNDEFINED
public static SpeciesReferenceRole[] values()
for (SpeciesReferenceRole c : SpeciesReferenceRole.values()) System.out.println(c);
public static SpeciesReferenceRole 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 nullpublic int toSBOterm()
public static SpeciesReferenceRole valueOf(int sboTerm)
sboTerm
- SpeciesReferenceRole
for the given SBO term
identifier.