Enum PsSpectrumCountingFeature

java.lang.Object
java.lang.Enum<PsSpectrumCountingFeature>
eu.isas.peptideshaker.export.exportfeatures.PsSpectrumCountingFeature
All Implemented Interfaces:
com.compomics.util.io.export.ExportFeature, Serializable, Comparable<PsSpectrumCountingFeature>, java.lang.constant.Constable

public enum PsSpectrumCountingFeature
extends Enum<PsSpectrumCountingFeature>
implements com.compomics.util.io.export.ExportFeature
This class lists all the export features related to the spectrum counting.
Author:
Marc Vaudel
  • Enum Constant Details

  • Field Details

  • Method Details

    • values

      public static PsSpectrumCountingFeature[] 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 PsSpectrumCountingFeature 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
    • getExportFeatures

      public ArrayList<com.compomics.util.io.export.ExportFeature> getExportFeatures​(boolean includeSubFeatures)
      Specified by:
      getExportFeatures in interface com.compomics.util.io.export.ExportFeature
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface com.compomics.util.io.export.ExportFeature
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface com.compomics.util.io.export.ExportFeature
    • getFeatureFamily

      public String getFeatureFamily()
      Specified by:
      getFeatureFamily in interface com.compomics.util.io.export.ExportFeature
    • isAdvanced

      public boolean isAdvanced()
      Specified by:
      isAdvanced in interface com.compomics.util.io.export.ExportFeature