public static enum FastaExport.ExportType extends Enum<FastaExport.ExportType>
| Enum Constant and Description |
|---|
non_validated
Exports accessions which cannot be mapped to a protein group.
|
validated_all_accessions
Exports all accessions of validated protein groups.
|
validated_main_accession
Exports the main accession of validated protein groups.
|
| Modifier and Type | Field and Description |
|---|---|
String |
description
Description of the export.
|
int |
index
Index for the export type.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getCommandLineOptions()
Returns a description of the command line arguments.
|
static String[] |
getPossibilities()
Returns all possibilities descriptions in an array of string.
|
static FastaExport.ExportType |
getTypeFromIndex(int index)
Returns the export type corresponding to a given index.
|
static FastaExport.ExportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastaExport.ExportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FastaExport.ExportType validated_main_accession
public static final FastaExport.ExportType validated_all_accessions
public static final FastaExport.ExportType non_validated
public final int index
public final String description
public static FastaExport.ExportType[] values()
for (FastaExport.ExportType c : FastaExport.ExportType.values()) System.out.println(c);
public static FastaExport.ExportType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static FastaExport.ExportType getTypeFromIndex(int index)
index - the index of interestpublic static String[] getPossibilities()
public static String getCommandLineOptions()
Copyright © 2021. All rights reserved.