Uses of Class
com.compomics.util.experiment.identification.matches.IonMatch.MzErrorType
Package | Description |
---|---|
com.compomics.util.experiment.identification.matches |
Experiment classes related to matches.
|
-
Uses of IonMatch.MzErrorType in com.compomics.util.experiment.identification.matches
Methods in com.compomics.util.experiment.identification.matches that return IonMatch.MzErrorType Modifier and Type Method Description static IonMatch.MzErrorType
IonMatch.MzErrorType. getMzErrorType(int index)
Returns the error type corresponding to the given index.static IonMatch.MzErrorType
IonMatch.MzErrorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IonMatch.MzErrorType[]
IonMatch.MzErrorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.