org.sbml.jsbml
public static enum CVTerm.Type extends java.lang.Enum<CVTerm.Type>
| Enum Constant and Description |
|---|
BIOLOGICAL_QUALIFIER
If the MIRIAM qualifier is a biological qualifier.
|
MODEL_QUALIFIER
If the MIRIAM qualifier is a model qualifier.
|
UNKNOWN_QUALIFIER
If the MIRIAM qualifier is unknown.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementNameEquivalent()
Returns a name corresponding to this Type of qualifier Object.
|
java.lang.String |
getNamespaceURI()
Returns the name space associated to this
CVTerm.Type. |
static CVTerm.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CVTerm.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CVTerm.Type BIOLOGICAL_QUALIFIER
public static final CVTerm.Type MODEL_QUALIFIER
public static final CVTerm.Type UNKNOWN_QUALIFIER
public static CVTerm.Type[] values()
for (CVTerm.Type c : CVTerm.Type.values()) System.out.println(c);
public static CVTerm.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 nullpublic java.lang.String getElementNameEquivalent()
public java.lang.String getNamespaceURI()
CVTerm.Type.