Enum Format

    • Enum Constant Detail

      • LEMS

        public static final Format LEMS
      • C

        public static final Format C
      • DLEMS

        public static final Format DLEMS
      • MATLAB

        public static final Format MATLAB
      • NEUROML2

        public static final Format NEUROML2
      • SBML

        public static final Format SBML
      • CELLML

        public static final Format CELLML
      • SEDML

        public static final Format SEDML
      • BRIAN

        public static final Format BRIAN
      • MODELICA

        public static final Format MODELICA
      • DN_SIM

        public static final Format DN_SIM
      • GEPPETTO

        public static final Format GEPPETTO
      • GRAPH_VIZ

        public static final Format GRAPH_VIZ
      • NEST

        public static final Format NEST
      • NEURON

        public static final Format NEURON
      • NEURON_A

        public static final Format NEURON_A
      • PYNN

        public static final Format PYNN
      • NETPYNE

        public static final Format NETPYNE
      • MOOSE

        public static final Format MOOSE
      • EDEN

        public static final Format EDEN
      • SVG

        public static final Format SVG
      • NINEML

        public static final Format NINEML
      • SPINEML

        public static final Format SPINEML
      • INFORMATION

        public static final Format INFORMATION
      • VHDL

        public static final Format VHDL
      • XINEML

        public static final Format XINEML
      • XPP

        public static final Format XPP
      • PNG

        public static final Format PNG
      • VERTEX

        public static final Format VERTEX
      • JNEUROML

        public static final Format JNEUROML
    • Method Detail

      • values

        public static Format[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Format c : Format.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Format valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getExtension

        public String getExtension()
      • getLabel

        public String getLabel()