|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Namespaces> org.semanticweb.owlapi.vocab.Namespaces
public enum Namespaces
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Dec-2006
Enum Constant Summary | |
---|---|
OWL
|
|
OWL11
The OWL 1.1 namespace is here for legacy reasons. |
|
OWL11XML
|
|
OWL2
The OWL 2 namespace is here for legacy reasons. |
|
RDF
|
|
RDFS
|
|
SKOS
|
|
SWRL
|
|
SWRLB
|
|
XML
|
|
XSD
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
static Namespaces |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Namespaces[] |
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, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Namespaces OWL2
public static final Namespaces OWL11XML
public static final Namespaces OWL11
public static final Namespaces OWL
public static final Namespaces RDFS
public static final Namespaces RDF
public static final Namespaces XSD
public static final Namespaces XML
public static final Namespaces SWRL
public static final Namespaces SWRLB
public static final Namespaces SKOS
Method Detail |
---|
public static final Namespaces[] values()
for(Namespaces c : Namespaces.values()) System.out.println(c);
public static Namespaces 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 namepublic java.lang.String toString()
toString
in class java.lang.Enum<Namespaces>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |