org.sbml.jsbml.xml.parsers
static enum LayoutParser.LayoutList extends java.lang.Enum<LayoutParser.LayoutList>
Enum Constant and Description |
---|
listOfCompartmentGlyphs |
listOfCurveSegments |
listOfLayouts |
listOfReactionGlyphs |
listOfSpeciesGlyphs |
listOfSpeciesReferenceGlyphs |
listOfTextGlyphs |
none |
Modifier and Type | Method and Description |
---|---|
static LayoutParser.LayoutList |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayoutParser.LayoutList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LayoutParser.LayoutList listOfLayouts
public static final LayoutParser.LayoutList listOfSpeciesGlyphs
public static final LayoutParser.LayoutList listOfReactionGlyphs
public static final LayoutParser.LayoutList listOfTextGlyphs
public static final LayoutParser.LayoutList listOfCompartmentGlyphs
public static final LayoutParser.LayoutList none
public static final LayoutParser.LayoutList listOfCurveSegments
public static final LayoutParser.LayoutList listOfSpeciesReferenceGlyphs
public static LayoutParser.LayoutList[] values()
for (LayoutParser.LayoutList c : LayoutParser.LayoutList.values()) System.out.println(c);
public static LayoutParser.LayoutList 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