|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<RemotePrimerBlastNCBI.PrimerBlastOptions.Database>
apollo.analysis.RemotePrimerBlastNCBI.PrimerBlastOptions.Database
public static enum RemotePrimerBlastNCBI.PrimerBlastOptions.Database
Database to search against for primer specificity. refseq_rna - Refseq mRNA genome_selected_species - Genome (reference assembly from selected organisms) ref_assembly - Genome (chromosomes from all organisms) nt - non-redundant set of transcripts
| Enum Constant Summary | |
|---|---|
genome_selected_species
|
|
nt
|
|
ref_assembly
|
|
refseq_rna
|
|
| Method Summary | |
|---|---|
java.lang.String |
toCGIParameter()
Convert database to the corresponding CGI parameter. |
java.lang.String |
toString()
Displays the corresponding label to the database. |
static RemotePrimerBlastNCBI.PrimerBlastOptions.Database |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RemotePrimerBlastNCBI.PrimerBlastOptions.Database[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RemotePrimerBlastNCBI.PrimerBlastOptions.Database refseq_rna
public static final RemotePrimerBlastNCBI.PrimerBlastOptions.Database genome_selected_species
public static final RemotePrimerBlastNCBI.PrimerBlastOptions.Database ref_assembly
public static final RemotePrimerBlastNCBI.PrimerBlastOptions.Database nt
| Method Detail |
|---|
public static final RemotePrimerBlastNCBI.PrimerBlastOptions.Database[] values()
for(RemotePrimerBlastNCBI.PrimerBlastOptions.Database c : RemotePrimerBlastNCBI.PrimerBlastOptions.Database.values())
System.out.println(c);
public static RemotePrimerBlastNCBI.PrimerBlastOptions.Database valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String toCGIParameter()
public java.lang.String toString()
toString in class java.lang.Enum<RemotePrimerBlastNCBI.PrimerBlastOptions.Database>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||