Package eu.isas.peptideshaker.followup
Enum ProgenesisExport.ExportType
java.lang.Object
java.lang.Enum<ProgenesisExport.ExportType>
eu.isas.peptideshaker.followup.ProgenesisExport.ExportType
- All Implemented Interfaces:
Serializable,Comparable<ProgenesisExport.ExportType>,java.lang.constant.Constable
- Enclosing class:
ProgenesisExport
Enum of the different types of export implemented.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionExports the Confidently localized PTMs of Validated PSMs of Validated Peptides of Validated ProteinsExports the spectra of validated PSMs.Exports the spectra of validated PSMs of validated peptides.Exports the spectra of validated PSMs of validated peptides of validated proteins. -
Field Summary
FieldsModifier and TypeFieldDescriptionDescription of the export.intIndex for the export type. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns a description of the command line arguments.static String[]Returns all possibilities descriptions in an array of string.static ProgenesisExport.ExportTypegetTypeFromIndex(int index) Returns the export type corresponding to a given index.static ProgenesisExport.ExportTypeReturns the enum constant of this type with the specified name.static ProgenesisExport.ExportType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
validated_psms_peptides_proteins
Exports the spectra of validated PSMs of validated peptides of validated proteins. -
validated_psms_peptides
Exports the spectra of validated PSMs of validated peptides. -
validated_psms
Exports the spectra of validated PSMs. -
confident_ptms
Exports the Confidently localized PTMs of Validated PSMs of Validated Peptides of Validated Proteins
-
-
Field Details
-
index
public int indexIndex for the export type. -
description
Description of the export.
-
-
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
-
getTypeFromIndex
Returns the export type corresponding to a given index.- Parameters:
index- the index of interest- Returns:
- the export type
-
getPossibilities
Returns all possibilities descriptions in an array of string. Tip: the position in the array corresponds to the type index.- Returns:
- all possibilities descriptions in an array of string
-
getCommandLineOptions
Returns a description of the command line arguments.- Returns:
- a description of the command line arguments
-