public static enum EscherOptions.OutputFormat extends java.lang.Enum<EscherOptions.OutputFormat>
Enum Constant and Description |
---|
Escher
Escher JSON format.
|
SBGN
Systems Biology Graphical Notation Markup Language (SBGN-ML).
|
SBML
Systems Biology Markup Language with layout extension.
|
Modifier and Type | Method and Description |
---|---|
static EscherOptions.OutputFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EscherOptions.OutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EscherOptions.OutputFormat SBGN
public static final EscherOptions.OutputFormat SBML
public static final EscherOptions.OutputFormat Escher
public static EscherOptions.OutputFormat[] values()
for (EscherOptions.OutputFormat c : EscherOptions.OutputFormat.values()) System.out.println(c);
public static EscherOptions.OutputFormat 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