org.semanticweb.owl.vocab
Enum SKOSVocabulary

java.lang.Object
  extended by java.lang.Enum<SKOSVocabulary>
      extended by org.semanticweb.owl.vocab.SKOSVocabulary
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SKOSVocabulary>

public enum SKOSVocabulary
extends java.lang.Enum<SKOSVocabulary>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 03-Oct-2007


Enum Constant Summary
ALTLABEL
           
BROADER
           
CHANGENOTE
           
COLLECTABLEPROPERTY
           
COMMENT
           
CONCEPTSCHEME
           
CONCPET
           
DEFINITION
           
DOCUMENT
           
EDITORIALNOTE
           
HASTOPCONCEPT
           
HIDDENLABEL
           
IMAGE
           
NARROWER
           
ORDEREDCOLLECTION
           
PREFLABEL
           
RELATED
           
RESOURCE
           
SCOPENOTE
           
SEMANTICRELATION
           
TOPCONCEPT
           
 
Field Summary
static java.util.Set<java.net.URI> ALL_URIS
           
 
Method Summary
 java.lang.String getLocalName()
           
 java.net.URI getURI()
           
static SKOSVocabulary valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SKOSVocabulary[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

BROADER

public static final SKOSVocabulary BROADER

NARROWER

public static final SKOSVocabulary NARROWER

RELATED

public static final SKOSVocabulary RELATED

HASTOPCONCEPT

public static final SKOSVocabulary HASTOPCONCEPT

SEMANTICRELATION

public static final SKOSVocabulary SEMANTICRELATION

CONCPET

public static final SKOSVocabulary CONCPET

CONCEPTSCHEME

public static final SKOSVocabulary CONCEPTSCHEME

TOPCONCEPT

public static final SKOSVocabulary TOPCONCEPT

DOCUMENT

public static final SKOSVocabulary DOCUMENT

IMAGE

public static final SKOSVocabulary IMAGE

ORDEREDCOLLECTION

public static final SKOSVocabulary ORDEREDCOLLECTION

COLLECTABLEPROPERTY

public static final SKOSVocabulary COLLECTABLEPROPERTY

RESOURCE

public static final SKOSVocabulary RESOURCE

PREFLABEL

public static final SKOSVocabulary PREFLABEL

ALTLABEL

public static final SKOSVocabulary ALTLABEL

COMMENT

public static final SKOSVocabulary COMMENT

SCOPENOTE

public static final SKOSVocabulary SCOPENOTE

HIDDENLABEL

public static final SKOSVocabulary HIDDENLABEL

EDITORIALNOTE

public static final SKOSVocabulary EDITORIALNOTE

DEFINITION

public static final SKOSVocabulary DEFINITION

CHANGENOTE

public static final SKOSVocabulary CHANGENOTE
Field Detail

ALL_URIS

public static final java.util.Set<java.net.URI> ALL_URIS
Method Detail

values

public static final SKOSVocabulary[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(SKOSVocabulary c : SKOSVocabulary.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static SKOSVocabulary valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

getLocalName

public java.lang.String getLocalName()

getURI

public java.net.URI getURI()