public static enum TranscriptDBAdaptor.QueryParams extends Enum<TranscriptDBAdaptor.QueryParams> implements org.opencb.commons.datastore.core.QueryParam
| Enum Constant and Description |
|---|
ANNOTATION_FLAGS |
BIOTYPE |
ID |
NAME |
REGION |
TFBS_NAME |
XREFS |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
String |
key() |
org.opencb.commons.datastore.core.QueryParam.Type |
type() |
static TranscriptDBAdaptor.QueryParams |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranscriptDBAdaptor.QueryParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TranscriptDBAdaptor.QueryParams ID
public static final TranscriptDBAdaptor.QueryParams NAME
public static final TranscriptDBAdaptor.QueryParams REGION
public static final TranscriptDBAdaptor.QueryParams BIOTYPE
public static final TranscriptDBAdaptor.QueryParams TFBS_NAME
public static final TranscriptDBAdaptor.QueryParams XREFS
public static final TranscriptDBAdaptor.QueryParams ANNOTATION_FLAGS
public static TranscriptDBAdaptor.QueryParams[] values()
for (TranscriptDBAdaptor.QueryParams c : TranscriptDBAdaptor.QueryParams.values()) System.out.println(c);
public static TranscriptDBAdaptor.QueryParams 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 String key()
key in interface org.opencb.commons.datastore.core.QueryParampublic String description()
description in interface org.opencb.commons.datastore.core.QueryParampublic org.opencb.commons.datastore.core.QueryParam.Type type()
type in interface org.opencb.commons.datastore.core.QueryParamCopyright © 2019. All rights reserved.