|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SearchSourceCategory>
gov.nih.nci.caarray.domain.search.SearchSourceCategory
public enum SearchSourceCategory
Enum Constant Summary | |
---|---|
SAMPLE_CELL_TYPE
Cell Type. |
|
SAMPLE_DISEASE_STATE
Disease State. |
|
SAMPLE_EXPERIMENT_TITLE
Experiment title. |
|
SAMPLE_MATERIAL_TYPE
Material Type. |
|
SAMPLE_ORGANISM
Organism. |
|
SAMPLE_PROVIDER
Source Provider. |
|
SAMPLE_TISSUE_SITE
Tissue Site. |
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 SearchSourceCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SearchSourceCategory[] |
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 SearchSourceCategory SAMPLE_DISEASE_STATE
public static final SearchSourceCategory SAMPLE_TISSUE_SITE
public static final SearchSourceCategory SAMPLE_ORGANISM
public static final SearchSourceCategory SAMPLE_EXPERIMENT_TITLE
public static final SearchSourceCategory SAMPLE_MATERIAL_TYPE
public static final SearchSourceCategory SAMPLE_CELL_TYPE
public static final SearchSourceCategory SAMPLE_PROVIDER
Method Detail |
---|
public static SearchSourceCategory[] values()
for (SearchSourceCategory c : SearchSourceCategory.values()) System.out.println(c);
public static SearchSourceCategory 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
getResourceKey
in interface BiomaterialSearchCategory
public java.lang.String[] getJoins()
getJoins
in interface BiomaterialSearchCategory
public java.lang.String getWhereClause()
getWhereClause
in interface BiomaterialSearchCategory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |