|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<OWLDatatypeVocabulary>
org.semanticweb.owl.vocab.OWLDatatypeVocabulary
public enum OWLDatatypeVocabulary
Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date:
11-Nov-2008
| Nested Class Summary | |
|---|---|
static class |
OWLDatatypeVocabulary.Category
|
| Method Summary | |
|---|---|
OWLDatatypeVocabulary.Category |
getCategory()
Gets the category for this datatype |
static OWLDatatypeVocabulary |
getDatatype(java.net.URI datatype)
Given a URI that identifies an OWLDatatype, this method obtains the corresponding OWLDatatypeVocabulary |
static java.util.Set<java.net.URI> |
getDatatypeURIs()
Gets all of the built in datatype URIs |
java.util.Collection<OWLRestrictedDataRangeFacetVocabulary> |
getFacets()
Gets the facets that are allowed for facet restrictions of this datatype |
java.lang.String |
getShortName()
Gets the short human readable name for this datatype |
java.net.URI |
getURI()
Gets the URI of this datatype |
static boolean |
isBuiltIn(java.net.URI datatypeURI)
Determines if the specified URI identifies a built in datatype. |
boolean |
isFinite()
Determines whether or not this datatype is finite. |
static OWLDatatypeVocabulary |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OWLDatatypeVocabulary[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OWLDatatypeVocabulary OWL_REAL_PLUS
public static final OWLDatatypeVocabulary OWL_REAL
public static final OWLDatatypeVocabulary OWL_RATIONAL
public static final OWLDatatypeVocabulary XSD_DOUBLE
public static final OWLDatatypeVocabulary XSD_FLOAT
public static final OWLDatatypeVocabulary XSD_DECIMAL
public static final OWLDatatypeVocabulary XSD_INTEGER
public static final OWLDatatypeVocabulary XSD_NON_NEGATIVE_INTEGER
public static final OWLDatatypeVocabulary XSD_NON_POSITIVE_INTEGER
public static final OWLDatatypeVocabulary XSD_POSITIVE_INTEGER
public static final OWLDatatypeVocabulary XSD_NEGATIVE_INTEGER
public static final OWLDatatypeVocabulary XSD_LONG
public static final OWLDatatypeVocabulary XSD_INT
public static final OWLDatatypeVocabulary XSD_SHORT
public static final OWLDatatypeVocabulary XSD_BYTE
public static final OWLDatatypeVocabulary XSD_UNSIGNED_LONG
public static final OWLDatatypeVocabulary XSD_UNSIGNED_INT
public static final OWLDatatypeVocabulary XSD_UNSIGNED_SHORT
public static final OWLDatatypeVocabulary XSD_UNSIGNED_BYTE
public static final OWLDatatypeVocabulary XSD_STRING
public static final OWLDatatypeVocabulary XSD_NORMALIZED_STRING
public static final OWLDatatypeVocabulary XSD_TOKEN
public static final OWLDatatypeVocabulary XSD_LANGUAGE
public static final OWLDatatypeVocabulary XSD_NAME
public static final OWLDatatypeVocabulary XSD_NCNAME
public static final OWLDatatypeVocabulary XSD_NMTOKEN
public static final OWLDatatypeVocabulary XSD_BOOLEAN
public static final OWLDatatypeVocabulary XSD_HEX_BINARY
public static final OWLDatatypeVocabulary XSD_BASE_64_BINARY
public static final OWLDatatypeVocabulary XSD_ANY_URI
public static final OWLDatatypeVocabulary OWL_DATE_TIME
public static final OWLDatatypeVocabulary RDF_TEXT
| Method Detail |
|---|
public static OWLDatatypeVocabulary[] values()
for (OWLDatatypeVocabulary c : OWLDatatypeVocabulary.values()) System.out.println(c);
public static OWLDatatypeVocabulary 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 name
java.lang.NullPointerException - if the argument is nullpublic static java.util.Set<java.net.URI> getDatatypeURIs()
public static boolean isBuiltIn(java.net.URI datatypeURI)
datatypeURI - The datatype URI
true if the URI identifies a built in datatype, or
false if the URI does not identify a built in datatype.public static OWLDatatypeVocabulary getDatatype(java.net.URI datatype)
datatype - The datatype URI
OWLRuntimeException - if the specified URI is not a built in datatype URIpublic java.lang.String getShortName()
public java.net.URI getURI()
public OWLDatatypeVocabulary.Category getCategory()
public boolean isFinite()
true if this datatype is finite, or
false if this datatype is infinite.public java.util.Collection<OWLRestrictedDataRangeFacetVocabulary> getFacets()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||