|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SearchCategory>
gov.nih.nci.caarray.domain.search.SearchCategory
public enum SearchCategory
Enum Constant Summary | |
---|---|
ARRAY_DESIGN
Array design. |
|
ARRAY_PROVIDER
Array provider. |
|
DISEASE_STATE
Disease state. |
|
EXPERIMENT_DESCRIPTION
Experiment title. |
|
EXPERIMENT_ID
Experiment ID. |
|
EXPERIMENT_TITLE
Experiment title. |
|
ORGANISM
Organism. |
|
PUBLICATION_AUTHOR
Publication Author. |
|
PUBMED_ID
Pubmed ID. |
|
SAMPLE
Sample. |
Method Summary | |
---|---|
java.lang.String[] |
getJoins()
These are the fields to join against in the HQL query. |
java.lang.String |
getResourceKey()
|
java.lang.String |
getWhereClause()
|
static SearchCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SearchCategory[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SearchCategory EXPERIMENT_TITLE
public static final SearchCategory EXPERIMENT_ID
public static final SearchCategory EXPERIMENT_DESCRIPTION
public static final SearchCategory ARRAY_PROVIDER
public static final SearchCategory ARRAY_DESIGN
public static final SearchCategory ORGANISM
public static final SearchCategory SAMPLE
public static final SearchCategory PUBMED_ID
public static final SearchCategory PUBLICATION_AUTHOR
public static final SearchCategory DISEASE_STATE
Method Detail |
---|
public static SearchCategory[] values()
for (SearchCategory c : SearchCategory.values()) System.out.println(c);
public static SearchCategory 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getResourceKey()
getResourceKey
in interface ResourceBasedEnum
public java.lang.String[] getJoins()
public java.lang.String getWhereClause()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |