org.semanticweb.owl.model
Interface OWLDataValue

All Superinterfaces:
Cloneable, OWLObject, Serializable
All Known Implementing Classes:
OWLConcreteDataImpl

public interface OWLDataValue
extends OWLObject

A place holder for concrete data. This will ultimately be replaced by something like XML Schema data values.

Version:
$Id: OWLDataValue.java,v 1.2 2003/11/20 12:58:08 sean_bechhofer Exp $

Method Summary
 String getLang()
           
 URI getURI()
          URI of the datatype of the value
 Object getValue()
           
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory
 

Method Detail

getURI

public URI getURI()
           throws OWLException
URI of the datatype of the value

OWLException

getLang

public String getLang()
               throws OWLException
OWLException

getValue

public Object getValue()
                throws OWLException
OWLException


WonderWeb