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
This class lists the annotation export 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
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 a feature is for advanced user only.static PsAnnotationFeatureReturns the enum constant of this type with the specified name.static PsAnnotationFeature[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
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
-
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
-