Enum PsInputFilterFeature

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

public enum PsInputFilterFeature
extends Enum<PsInputFilterFeature>
implements com.compomics.util.io.export.ExportFeature
This enum lists the export features related to the import features.
Author:
Marc Vaudel
  • Enum Constant Details

  • Field Details

  • Method Details

    • values

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