public enum MedDRA_Metadata extends java.lang.Enum<MedDRA_Metadata>
Enum Constant and Description |
---|
HIGH_LEVEL_GROUP_TERMS |
HIGH_LEVEL_TERMS |
HISTORY |
HLGT_HLT_MAP |
HLT_PT_MAP |
LOW_LEVEL_TERMS |
MD_HIERARCHY |
PREF_TERMS |
RELEASE |
SMQ_CONTENT |
SMQ_LIST |
SOC_HLGT_MAP |
SOC_INTL_MAP |
SYSTEM_ORGAN_CLASSES |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<DatabaseRecord> |
classname() |
java.lang.String |
filename() |
static java.util.List<java.lang.String> |
getEntityTables() |
static java.lang.String |
getHistoryPropertyTable() |
static java.util.List<java.lang.String> |
getMapTables() |
java.lang.String |
tablename() |
static MedDRA_Metadata |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MedDRA_Metadata[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedDRA_Metadata HISTORY
public static final MedDRA_Metadata RELEASE
public static final MedDRA_Metadata MD_HIERARCHY
public static final MedDRA_Metadata SOC_INTL_MAP
public static final MedDRA_Metadata SMQ_LIST
public static final MedDRA_Metadata SYSTEM_ORGAN_CLASSES
public static final MedDRA_Metadata HIGH_LEVEL_GROUP_TERMS
public static final MedDRA_Metadata HIGH_LEVEL_TERMS
public static final MedDRA_Metadata PREF_TERMS
public static final MedDRA_Metadata SOC_HLGT_MAP
public static final MedDRA_Metadata HLGT_HLT_MAP
public static final MedDRA_Metadata HLT_PT_MAP
public static final MedDRA_Metadata LOW_LEVEL_TERMS
public static final MedDRA_Metadata SMQ_CONTENT
public static MedDRA_Metadata[] values()
for (MedDRA_Metadata c : MedDRA_Metadata.values()) System.out.println(c);
public static MedDRA_Metadata 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 namejava.lang.NullPointerException
- if the argument is nullpublic static java.util.List<java.lang.String> getMapTables()
public static java.util.List<java.lang.String> getEntityTables()
public static java.lang.String getHistoryPropertyTable()
public java.lang.String filename()
public java.lang.String tablename()
public java.lang.Class<DatabaseRecord> classname()