Enum Class BlastOutputParameterEnum
java.lang.Object
java.lang.Enum<BlastOutputParameterEnum>
org.biojava.nbio.ws.alignment.qblast.BlastOutputParameterEnum
- All Implemented Interfaces:
Serializable
,Comparable<BlastOutputParameterEnum>
,Constable
Output parameters accepted by QBlast service.
Not all are mandatory. Certain parameters only work with a subset of other parameters in the list. Taken from Blast URL API
Not all are mandatory. Certain parameters only work with a subset of other parameters in the list. Taken from Blast URL API
- Author:
- Gediminas Rimsa
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BlastOutputParameterEnum
Returns the enum constant of this class with the specified name.static BlastOutputParameterEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALIGNMENTS
-
ALIGNMENT_VIEW
-
DESCRIPTIONS
-
DATABASE_SORT
-
DISPLAY_SORT
-
EXPECT_HIGH
-
EXPECT_LOW
-
FORMAT_OBJECT
-
FORMAT_ENTREZ_QUERY
-
FORMAT_TYPE
-
HSP_SORT
-
I_THRESH
-
MASK_CHAR
-
MASK_COLOR
-
NCBI_GI
-
NOHEADER
-
NUM_OVERVIEW
-
RID
-
SHOW_CDS_FEATURE
-
SHOW_LINKOUT
-
SHOW_OVERVIEW
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-