Enum PsInputFilterFeature
java.lang.Object
java.lang.Enum<PsInputFilterFeature>
com.compomics.util.io.export.features.peptideshaker.PsInputFilterFeature
- All Implemented Interfaces:
ExportFeature,Serializable,Comparable<PsInputFilterFeature>,java.lang.constant.Constable
This enum lists the export features related to the import features.
- Author:
- Marc Vaudel, Harald Barsnes
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionThe description of the feature.The title of the feature which will be used for column heading.static final StringThe type of export feature.Fields inherited from interface com.compomics.util.io.export.ExportFeature
serialVersionUID -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the feature.getExportFeatures(boolean includeSubFeatures) Returns a list of all implemented export features.Returns the family type of this export feature.getTitle()Returns the column title of the feature.booleanIndicates whether a feature is for advanced user only.static PsInputFilterFeatureReturns the enum constant of this type with the specified name.static PsInputFilterFeature[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
min_peptide_length
@SerializedName("PsInputFilterFeature.min_peptide_length") public static final PsInputFilterFeature min_peptide_length -
max_peptide_length
@SerializedName("PsInputFilterFeature.max_peptide_length") public static final PsInputFilterFeature max_peptide_length -
max_mz_deviation
@SerializedName("PsInputFilterFeature.max_mz_deviation") public static final PsInputFilterFeature max_mz_deviation -
max_mz_deviation_unit
@SerializedName("PsInputFilterFeature.max_mz_deviation_unit") public static final PsInputFilterFeature max_mz_deviation_unit -
unknown_PTM
@SerializedName("PsInputFilterFeature.unknown_PTM") public static final PsInputFilterFeature unknown_PTM
-
-
Field Details
-
title
The title of the feature which will be used for column heading. -
description
The description of the feature. -
type
The type of export feature.- See Also:
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getExportFeatures
Description copied from interface:ExportFeatureReturns a list of all implemented export features.- Specified by:
getExportFeaturesin interfaceExportFeature- Parameters:
includeSubFeatures- boolean indicating whether sub features should be included- Returns:
- a list of all implemented export features
-
getTitle
Description copied from interface:ExportFeatureReturns the column title of the feature.- Specified by:
getTitlein interfaceExportFeature- Returns:
- the column title of the feature
-
getDescription
Description copied from interface:ExportFeatureReturns the description of the feature.- Specified by:
getDescriptionin interfaceExportFeature- Returns:
- the description of the feature
-
getFeatureFamily
Description copied from interface:ExportFeatureReturns the family type of this export feature.- Specified by:
getFeatureFamilyin interfaceExportFeature- Returns:
- the family type of this export feature
-
isAdvanced
public boolean isAdvanced()Description copied from interface:ExportFeatureIndicates whether a feature is for advanced user only.- Specified by:
isAdvancedin interfaceExportFeature- Returns:
- a boolean indicating whether a feature is for advanced user only
-