Uses of Enum
com.compomics.util.experiment.io.identification.MzIdentMLVersion
Packages that use MzIdentMLVersion
Package
Description
Experiment identification classes.
Writer for identification results.
-
Uses of MzIdentMLVersion in com.compomics.util.experiment.io.identification
Methods in com.compomics.util.experiment.io.identification that return MzIdentMLVersionModifier and TypeMethodDescriptionstatic MzIdentMLVersionMzIdentMLVersion.getMzIdentMLVersion(int index) Returns the mzIdentML format corresponding to the given index.static MzIdentMLVersionReturns 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 MzIdentMLVersionModifier and TypeFieldDescriptionstatic final MzIdentMLVersionSimpleMzIdentMLExporter.MZIDENTML_VERSIONThe version of the mzIdentML format.