Enum PsAnnotationFeature

java.lang.Object
java.lang.Enum<PsAnnotationFeature>
com.compomics.util.io.export.features.peptideshaker.PsAnnotationFeature
All Implemented Interfaces:
ExportFeature, Serializable, Comparable<PsAnnotationFeature>, java.lang.constant.Constable

public enum PsAnnotationFeature extends Enum<PsAnnotationFeature> implements ExportFeature
This class lists the annotation export features.
Author:
Marc Vaudel, Harald Barsnes
  • Enum Constant Details

    • intensity_limit

      @SerializedName("PsAnnotationFeature.intensity_limit") public static final PsAnnotationFeature intensity_limit
    • automatic_annotation

      @SerializedName("PsAnnotationFeature.automatic_annotation") public static final PsAnnotationFeature automatic_annotation
    • selected_ions

      @SerializedName("PsAnnotationFeature.selected_ions") public static final PsAnnotationFeature selected_ions
    • neutral_losses

      @SerializedName("PsAnnotationFeature.neutral_losses") public static final PsAnnotationFeature neutral_losses
    • neutral_losses_sequence_dependence

      @SerializedName("PsAnnotationFeature.neutral_losses_sequence_dependence") public static final PsAnnotationFeature neutral_losses_sequence_dependence
    • fragment_ion_accuracy

      @SerializedName("PsAnnotationFeature.fragment_ion_accuracy") public static final PsAnnotationFeature fragment_ion_accuracy
  • Field Details

  • Method Details

    • values

      public static PsAnnotationFeature[] 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 PsAnnotationFeature 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<ExportFeature> getExportFeatures(boolean includeSubFeatures)
      Description copied from interface: ExportFeature
      Returns a list of all implemented export features.
      Specified by:
      getExportFeatures in interface ExportFeature
      Parameters:
      includeSubFeatures - boolean indicating whether sub features should be included
      Returns:
      a list of all implemented export features
    • getTitle

      public String getTitle()
      Description copied from interface: ExportFeature
      Returns the column title of the feature.
      Specified by:
      getTitle in interface ExportFeature
      Returns:
      the column title of the feature
    • getDescription

      public String getDescription()
      Description copied from interface: ExportFeature
      Returns the description of the feature.
      Specified by:
      getDescription in interface ExportFeature
      Returns:
      the description of the feature
    • getFeatureFamily

      public String getFeatureFamily()
      Description copied from interface: ExportFeature
      Returns the family type of this export feature.
      Specified by:
      getFeatureFamily in interface ExportFeature
      Returns:
      the family type of this export feature
    • isAdvanced

      public boolean isAdvanced()
      Description copied from interface: ExportFeature
      Indicates whether a feature is for advanced user only.
      Specified by:
      isAdvanced in interface ExportFeature
      Returns:
      a boolean indicating whether a feature is for advanced user only