org.sbml.jsbml.xml.parsers
static enum SBMLRDFAnnotationParser.NODE_COLOR extends java.lang.Enum<SBMLRDFAnnotationParser.NODE_COLOR>
Enum Constant and Description |
---|
GREEN
The SBML RDF block is valid.
|
ORANGE
The SBML RDF block is partially valid, some elements are added or removed.
|
WHITE
The RDF block does not exist or is not of the form define in the SBML specifications.
|
Modifier and Type | Method and Description |
---|---|
static SBMLRDFAnnotationParser.NODE_COLOR |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SBMLRDFAnnotationParser.NODE_COLOR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SBMLRDFAnnotationParser.NODE_COLOR GREEN
public static final SBMLRDFAnnotationParser.NODE_COLOR ORANGE
public static final SBMLRDFAnnotationParser.NODE_COLOR WHITE
public static SBMLRDFAnnotationParser.NODE_COLOR[] values()
for (SBMLRDFAnnotationParser.NODE_COLOR c : SBMLRDFAnnotationParser.NODE_COLOR.values()) System.out.println(c);
public static SBMLRDFAnnotationParser.NODE_COLOR 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