java.lang.Object
java.lang.Enum<ProteoWizardFilter>
com.compomics.util.experiment.mass_spectrometry.proteowizard.ProteoWizardFilter
All Implemented Interfaces:
Serializable, Comparable<ProteoWizardFilter>, java.lang.constant.Constable

public enum ProteoWizardFilter extends Enum<ProteoWizardFilter>
Filters which can be applied to msconvert.
Author:
Marc Vaudel
  • Enum Constant Details

  • Field Details

    • number

      public final int number
      The index of the filter.
    • name

      public final String name
      The name of the filter.
    • description

      public final String description
      A brief description of the filter.
  • Method Details

    • values

      public static ProteoWizardFilter[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ProteoWizardFilter 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
    • getFilter

      public static ProteoWizardFilter getFilter(Integer number)
      Returns the filter designed by the given number. Null if not found.
      Parameters:
      number - the filter number
      Returns:
      the filter designed by the given number
    • getFilter

      public static ProteoWizardFilter getFilter(String name)
      Returns the filter designed by the given name. Null if not found.
      Parameters:
      name - the name of the filter
      Returns:
      the filter designed by the given number