org.ontoware.rdf2go.model.node
Interface DatatypeLiteral

All Superinterfaces:
java.lang.Comparable<Node>, Literal, Node, NodeOrVariable

public interface DatatypeLiteral
extends Literal

RDF Literal representation of a datatype (usually xml schema datatype) Implementations are expected to have valid implementations of equals( Object ) and hashCode()

Author:
mvo

Method Summary
 URI getDatatype()
          the URI normally is an URI for a xml schema datatype (xsd)
 
Methods inherited from interface org.ontoware.rdf2go.model.node.Literal
getValue
 
Methods inherited from interface org.ontoware.rdf2go.model.node.Node
asBlankNode, asDatatypeLiteral, asLanguageTagLiteral, asLiteral, asResource, asURI, toSPARQL
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getDatatype

URI getDatatype()
the URI normally is an URI for a xml schema datatype (xsd)

Returns:
the URI of the datatype


Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.