Enum PsProjectFeature

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

public enum PsProjectFeature
extends Enum<PsProjectFeature>
implements com.compomics.util.io.export.ExportFeature, Serializable
This class lists the PSM identification features.
Author:
Marc Vaudel
  • Enum Constant Details

  • Field Details

  • Method Details

    • values

      public static PsProjectFeature[] 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 PsProjectFeature 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