Enum ReporterPeptideFeature
java.lang.Object
java.lang.Enum<ReporterPeptideFeature>
com.compomics.util.io.export.features.reporter.ReporterPeptideFeature
- All Implemented Interfaces:
ExportFeature,ReporterExportFeature,Serializable,Comparable<ReporterPeptideFeature>,java.lang.constant.Constable
public enum ReporterPeptideFeature
extends Enum<ReporterPeptideFeature>
implements ReporterExportFeature
This enum lists all the peptide export features available from reporter
complementarily to the ones available in PeptideShaker.
- 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 Constants -
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 the feature is channel dependent.booleanIndicates whether a feature is for advanced user only.static ReporterPeptideFeatureReturns the enum constant of this type with the specified name.static ReporterPeptideFeature[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
raw_ratio
@SerializedName("ReporterPeptideFeature.raw_ratio") public static final ReporterPeptideFeature raw_ratio -
spread
-
normalized_ratio
@SerializedName("ReporterPeptideFeature.normalized_ratio") public static final ReporterPeptideFeature normalized_ratio
-
-
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
-
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
-
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
-
hasChannels
public boolean hasChannels()Description copied from interface:ReporterExportFeatureIndicates whether the feature is channel dependent.- Specified by:
hasChannelsin interfaceReporterExportFeature- Returns:
- a boolean indicating whether the feature is channel dependent
-
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
-