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 $
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