public enum ModelFormatMapping extends java.lang.Enum<ModelFormatMapping>
Enum Constant and Description |
---|
BRIAN |
C |
CELLML |
DLEMS |
DN_SIM |
GRAPH_VIZ |
JNEUROML |
LEMS |
MATLAB |
MODELICA |
NEST |
NETPYNE |
NEUROML |
NEURON |
PYNN |
SBML |
SEDML |
SVG |
XINEML |
XPP |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_value |
Modifier and Type | Method and Description |
---|---|
static ModelFormatMapping |
fromExportValue(java.lang.String format) |
java.lang.String |
getExportValue() |
static ModelFormatMapping |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelFormatMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelFormatMapping NEUROML
public static final ModelFormatMapping LEMS
public static final ModelFormatMapping C
public static final ModelFormatMapping DLEMS
public static final ModelFormatMapping MATLAB
public static final ModelFormatMapping MODELICA
public static final ModelFormatMapping SEDML
public static final ModelFormatMapping BRIAN
public static final ModelFormatMapping CELLML
public static final ModelFormatMapping DN_SIM
public static final ModelFormatMapping GRAPH_VIZ
public static final ModelFormatMapping NEST
public static final ModelFormatMapping NEURON
public static final ModelFormatMapping NETPYNE
public static final ModelFormatMapping PYNN
public static final ModelFormatMapping SBML
public static final ModelFormatMapping SVG
public static final ModelFormatMapping XINEML
public static final ModelFormatMapping XPP
public static final ModelFormatMapping JNEUROML
public static ModelFormatMapping[] values()
for (ModelFormatMapping c : ModelFormatMapping.values()) System.out.println(c);
public static ModelFormatMapping 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 getExportValue()
public static ModelFormatMapping fromExportValue(java.lang.String format)