public enum OBOVocabulary extends java.lang.Enum<OBOVocabulary>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ANNOTATION_URI_BASE
Deprecated.
Use
OBO_IRI_BASE |
static java.lang.String |
LEGACY_OBO_IRI_BASE |
static java.util.regex.Pattern |
OBO_ID_PATTERN
The pattern for OBO IDs.
|
static java.lang.String |
OBO_IRI_BASE |
static java.util.regex.Pattern |
OBO_IRI_PATTERN |
static java.lang.String |
ONTOLOGY_URI_BASE
Deprecated.
Use
OBO_IRI_BASE |
Modifier and Type | Method and Description |
---|---|
static java.util.List<OBOVocabulary> |
getHeaderTags() |
static java.util.List<OBOVocabulary> |
getInstanceStanzaTags() |
IRI |
getIRI() |
java.lang.String |
getName() |
static java.util.List<OBOVocabulary> |
getTermStanzaTags() |
static java.util.List<OBOVocabulary> |
getTypeDefStanzaTags() |
static boolean |
isOBOIRI(IRI oboIRI) |
java.lang.String |
toString() |
static OBOVocabulary |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OBOVocabulary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OBOVocabulary DATA_VERSION
public static final OBOVocabulary VERSION
public static final OBOVocabulary DATE
public static final OBOVocabulary SAVED_BY
public static final OBOVocabulary AUTO_GENERATED_BY
public static final OBOVocabulary ONTOLOGY
public static final OBOVocabulary SUBSETDEF
public static final OBOVocabulary IMPORT
public static final OBOVocabulary SYNONYM_TYPE_DEF
public static final OBOVocabulary SYNONYM_TYPE
public static final OBOVocabulary ID_SPACE
public static final OBOVocabulary DEFAULT_RELATIONSHIP_ID_PREFIX
public static final OBOVocabulary ID_MAPPING
public static final OBOVocabulary REMARK
public static final OBOVocabulary ID
public static final OBOVocabulary NAME
public static final OBOVocabulary FORMAT_VERSION
public static final OBOVocabulary TYPEDEF
public static final OBOVocabulary ALT_ID
public static final OBOVocabulary SHORT_HAND
public static final OBOVocabulary ALT_NAME
public static final OBOVocabulary NAMESPACE
public static final OBOVocabulary DEFAULT_NAMESPACE
public static final OBOVocabulary DEF
public static final OBOVocabulary COMMENT
public static final OBOVocabulary SUBSET
public static final OBOVocabulary SYNONYM
public static final OBOVocabulary HAS_SCOPE
public static final OBOVocabulary RELATED_SYNONYM
public static final OBOVocabulary EXACT_SYNONYM
public static final OBOVocabulary BROAD_SYNONYM
public static final OBOVocabulary NARROW_SYNONYM
public static final OBOVocabulary XREF
public static final OBOVocabulary XREF_ANALOGUE
public static final OBOVocabulary XREF_UNKNOWN
public static final OBOVocabulary IS_A
public static final OBOVocabulary IS_OBSOLETE
public static final OBOVocabulary PART_OF
public static final OBOVocabulary RELATIONSHIP
public static final OBOVocabulary REPLACED_BY
public static final OBOVocabulary CONSIDER
public static final OBOVocabulary USE_TERM
public static final OBOVocabulary DOMAIN
public static final OBOVocabulary RANGE
public static final OBOVocabulary IS_CYCLIC
public static final OBOVocabulary IS_TRANSITIVE
public static final OBOVocabulary IS_SYMMETRIC
public static final OBOVocabulary IS_ASYMMETRIC
public static final OBOVocabulary IS_REFLEXIVE
public static final OBOVocabulary INVERSE
public static final OBOVocabulary TRANSITIVE_OVER
public static final OBOVocabulary INTERSECTION_OF
public static final OBOVocabulary UNION_OF
public static final OBOVocabulary DISJOINT_FROM
public static final OBOVocabulary TERM
public static final OBOVocabulary BUILTIN
public static final OBOVocabulary IS_METADATA_TAG
public static final OBOVocabulary CARDINALITY
public static final OBOVocabulary MAX_CARDINALITY
public static final OBOVocabulary MIN_CARDINALITY
public static final OBOVocabulary INSTANCE
public static final OBOVocabulary INSTANCE_OF
public static final OBOVocabulary PROPERTY_VALUE
public static final OBOVocabulary IS_ANONYMOUS
@Deprecated public static final java.lang.String ONTOLOGY_URI_BASE
OBO_IRI_BASE
@Deprecated public static final java.lang.String ANNOTATION_URI_BASE
OBO_IRI_BASE
public static final java.lang.String OBO_IRI_BASE
public static final java.lang.String LEGACY_OBO_IRI_BASE
public static final java.util.regex.Pattern OBO_ID_PATTERN
public static final java.util.regex.Pattern OBO_IRI_PATTERN
public static OBOVocabulary[] values()
for (OBOVocabulary c : OBOVocabulary.values()) System.out.println(c);
public static OBOVocabulary 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 boolean isOBOIRI(IRI oboIRI)
public java.lang.String getName()
public IRI getIRI()
public java.lang.String toString()
toString
in class java.lang.Enum<OBOVocabulary>
public static java.util.List<OBOVocabulary> getHeaderTags()
public static java.util.List<OBOVocabulary> getTermStanzaTags()
public static java.util.List<OBOVocabulary> getTypeDefStanzaTags()
public static java.util.List<OBOVocabulary> getInstanceStanzaTags()