public static enum EscherOptions.InputFormat extends Enum<EscherOptions.InputFormat>
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.InputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EscherOptions.InputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EscherOptions.InputFormat SBGN
public static final EscherOptions.InputFormat SBML
public static final EscherOptions.InputFormat Escher
public static EscherOptions.InputFormat[] values()
for (EscherOptions.InputFormat c : EscherOptions.InputFormat.values()) System.out.println(c);
public static EscherOptions.InputFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015–2019 University of Tübingen. All rights reserved.