Enum ReporterProteinFeatures
java.lang.Object
java.lang.Enum<ReporterProteinFeatures>
com.compomics.util.io.export.features.reporter.ReporterProteinFeatures
- All Implemented Interfaces:
ExportFeature,ReporterExportFeature,Serializable,Comparable<ReporterProteinFeatures>,java.lang.constant.Constable
public enum ReporterProteinFeatures
extends Enum<ReporterProteinFeatures>
implements ReporterExportFeature
This enum lists all the protein 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 ConstantsEnum ConstantDescription -
Field Summary
FieldsFields 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 ReporterProteinFeaturesReturns the enum constant of this type with the specified name.static ReporterProteinFeatures[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
raw_unique_ratio
@SerializedName("ReporterProteinFeatures.raw_unique_ratio") public static final ReporterProteinFeatures raw_unique_ratio -
unique_ratio
@SerializedName("ReporterProteinFeatures.unique_ratio") public static final ReporterProteinFeatures unique_ratio -
raw_ratio
@SerializedName("ReporterProteinFeatures.raw_ratio") public static final ReporterProteinFeatures raw_ratio -
ratio
-
spread
@SerializedName("ReporterProteinFeatures.spread") public static final ReporterProteinFeatures spread
-
-
Field Details
-
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
-