Uses of Class
com.compomics.util.experiment.io.identification.MzIdentMLVersion
Package | Description |
---|---|
com.compomics.util.experiment.io.identification |
Experiment identification classes.
|
com.compomics.util.experiment.io.identification.writers |
Writer for identification results.
|
-
Uses of MzIdentMLVersion in com.compomics.util.experiment.io.identification
Methods in com.compomics.util.experiment.io.identification that return MzIdentMLVersion Modifier and Type Method Description static MzIdentMLVersion
MzIdentMLVersion. getMzIdentMLVersion(int index)
Returns the mzIdentML format corresponding to the given index.static MzIdentMLVersion
MzIdentMLVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static MzIdentMLVersion[]
MzIdentMLVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MzIdentMLVersion in com.compomics.util.experiment.io.identification.writers
Fields in com.compomics.util.experiment.io.identification.writers declared as MzIdentMLVersion Modifier and Type Field Description static MzIdentMLVersion
SimpleMzIdentMLExporter. MZIDENTML_VERSION
The version of the mzIdentML format.