Enum PsAnnotationFeature
- All Implemented Interfaces:
com.compomics.util.io.export.ExportFeature,Serializable,Comparable<PsAnnotationFeature>,java.lang.constant.Constable
public enum PsAnnotationFeature extends Enum<PsAnnotationFeature> implements com.compomics.util.io.export.ExportFeature
This class lists the annotation export features.
- Author:
- Marc Vaudel
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description automatic_annotationfragment_ion_accuracyintensity_limitneutral_lossesneutral_losses_sequence_dependenceselected_ions -
Field Summary
-
Method Summary
Modifier and Type Method Description StringgetDescription()ArrayList<com.compomics.util.io.export.ExportFeature>getExportFeatures(boolean includeSubFeatures)StringgetFeatureFamily()StringgetTitle()booleanisAdvanced()static PsAnnotationFeaturevalueOf(String name)Returns 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
-
Field Details
-
type
The type of export feature.- See Also:
- Constant Field Values
-
-
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
public ArrayList<com.compomics.util.io.export.ExportFeature> getExportFeatures(boolean includeSubFeatures)- Specified by:
getExportFeaturesin interfacecom.compomics.util.io.export.ExportFeature
-
getTitle
- Specified by:
getTitlein interfacecom.compomics.util.io.export.ExportFeature
-
getDescription
- Specified by:
getDescriptionin interfacecom.compomics.util.io.export.ExportFeature
-
getFeatureFamily
- Specified by:
getFeatureFamilyin interfacecom.compomics.util.io.export.ExportFeature
-
isAdvanced
public boolean isAdvanced()- Specified by:
isAdvancedin interfacecom.compomics.util.io.export.ExportFeature
-