de.fuberlin.wiwiss.pubby
Class ResourceDescription.Value

java.lang.Object
  extended by de.fuberlin.wiwiss.pubby.ResourceDescription.Value
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
ResourceDescription

public class ResourceDescription.Value
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
ResourceDescription.Value(com.hp.hpl.jena.rdf.model.RDFNode valueNode)
           
 
Method Summary
 int compareTo(java.lang.Object other)
           
 java.lang.String getDatatypeLabel()
           
 java.lang.String getLocalName()
           
 com.hp.hpl.jena.graph.Node getNode()
           
 java.lang.String getPrefix()
           
 boolean hasPrefix()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceDescription.Value

public ResourceDescription.Value(com.hp.hpl.jena.rdf.model.RDFNode valueNode)
Method Detail

getNode

public com.hp.hpl.jena.graph.Node getNode()

hasPrefix

public boolean hasPrefix()

getPrefix

public java.lang.String getPrefix()

getLocalName

public java.lang.String getLocalName()

getDatatypeLabel

public java.lang.String getDatatypeLabel()

compareTo

public int compareTo(java.lang.Object other)
Specified by:
compareTo in interface java.lang.Comparable