|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<DynamicEnumsTable>
edu.jhu.tmaj.beans.data.datatypes.DynamicEnumsTable
public enum DynamicEnumsTable
Represents the 3 Dynamic enumeration tables in TMAJ.
| Enum Constant Summary | |
|---|---|
SCORED_IMAGES
|
|
SPECIMENS
|
|
TISSUE_DIAGNOSIS
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescriptionColumnName()
Returns the name of the column that describes the record. |
java.lang.String |
getIDColumnName()
Returns the primary key name. |
java.lang.String |
getTableName()
Returns the name of the database table. |
static DynamicEnumsTable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DynamicEnumsTable[] |
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 DynamicEnumsTable SPECIMENS
public static final DynamicEnumsTable TISSUE_DIAGNOSIS
public static final DynamicEnumsTable SCORED_IMAGES
| Method Detail |
|---|
public static DynamicEnumsTable[] values()
for (DynamicEnumsTable c : DynamicEnumsTable.values()) System.out.println(c);
public static DynamicEnumsTable 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 getTableName()
NameTable
getTableName in interface NameTablepublic java.lang.String getIDColumnName()
NameTable
getIDColumnName in interface NameTablepublic java.lang.String getDescriptionColumnName()
NameTable
getDescriptionColumnName in interface NameTable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||