public enum OntologyFormat extends java.lang.Enum<OntologyFormat>
Enum Constant and Description |
---|
HL7 |
MEDDRA |
MIFVOCABULARY |
MRMAP |
NICHISTORY |
OBO |
OWL |
OWLRDF |
RESOLVEDVALUESET |
TEXT |
UMLS |
UMLSHISTORY |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getMetaName() |
static OntologyFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OntologyFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OntologyFormat OBO
public static final OntologyFormat OWL
public static final OntologyFormat OWLRDF
public static final OntologyFormat HL7
public static final OntologyFormat UMLS
public static final OntologyFormat TEXT
public static final OntologyFormat NICHISTORY
public static final OntologyFormat UMLSHISTORY
public static final OntologyFormat MRMAP
public static final OntologyFormat RESOLVEDVALUESET
public static final OntologyFormat MIFVOCABULARY
public static final OntologyFormat MEDDRA
public static OntologyFormat[] values()
for (OntologyFormat c : OntologyFormat.values()) System.out.println(c);
public static OntologyFormat 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.lang.String getMetaName()