org.obolibrary.obo2owl
Enum Obo2OWLConstants.Obo2OWLVocabulary
java.lang.Object
java.lang.Enum<Obo2OWLConstants.Obo2OWLVocabulary>
org.obolibrary.obo2owl.Obo2OWLConstants.Obo2OWLVocabulary
- All Implemented Interfaces:
- Serializable, Comparable<Obo2OWLConstants.Obo2OWLVocabulary>
- Enclosing class:
- Obo2OWLConstants
public static enum Obo2OWLConstants.Obo2OWLVocabulary
- extends Enum<Obo2OWLConstants.Obo2OWLVocabulary>
IRI_IAO_0000424
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_IAO_0000424
IRI_IAO_0000425
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_IAO_0000425
IRI_IAO_0000115
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_IAO_0000115
IRI_IAO_0000427
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_IAO_0000427
IRI_IAO_0100001
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_IAO_0100001
IRI_OIO_shorthand
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_shorthand
IRI_OIO_consider
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_consider
IRI_OIO_hasOBOFormatVersion
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_hasOBOFormatVersion
IRI_OIO_treatXrefsAsIsA
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_treatXrefsAsIsA
IRI_OIO_treatXrefsAsHasSubClass
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_treatXrefsAsHasSubClass
IRI_OIO_treatXrefsAsRelationship
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_treatXrefsAsRelationship
IRI_OIO_treatXrefsAsGenusDifferentia
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_treatXrefsAsGenusDifferentia
IRI_OIO_treatXrefsAsReverseGenusDifferentia
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_treatXrefsAsReverseGenusDifferentia
IRI_OIO_treatXrefsAsEquivalent
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_treatXrefsAsEquivalent
IRI_OIO_hasOboNamespace
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_hasOboNamespace
IRI_OIO_hasDbXref
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_hasDbXref
hasAlternativeId
public static final Obo2OWLConstants.Obo2OWLVocabulary hasAlternativeId
IRI_OIO_inSubset
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_inSubset
IRI_OIO_hasScope
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_hasScope
IRI_OIO_hasBroadSynonym
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_hasBroadSynonym
IRI_OIO_hasNarrowSynonym
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_hasNarrowSynonym
IRI_OIO_hasExactSynonym
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_hasExactSynonym
IRI_OIO_hasRelatedSynonym
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_hasRelatedSynonym
hasSynonymType
public static final Obo2OWLConstants.Obo2OWLVocabulary hasSynonymType
IRI_OIO_Subset
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_Subset
IRI_OIO_SynonymType
public static final Obo2OWLConstants.Obo2OWLVocabulary IRI_OIO_SynonymType
values
public static Obo2OWLConstants.Obo2OWLVocabulary[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Obo2OWLConstants.Obo2OWLVocabulary c : Obo2OWLConstants.Obo2OWLVocabulary.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Obo2OWLConstants.Obo2OWLVocabulary valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getShortName
public String getShortName()
getNamespace
public String getNamespace()
getIRI
public org.semanticweb.owlapi.model.IRI getIRI()
getLabel
public String getLabel()
getMappedTag
public String getMappedTag()
Copyright © 2010-2012. All Rights Reserved.