com.hp.hpl.jena.datatypes
Class BaseDatatype.TypedValue

java.lang.Object
  extended by com.hp.hpl.jena.datatypes.BaseDatatype.TypedValue
Enclosing class:
BaseDatatype

public static class BaseDatatype.TypedValue
extends Object

Pair object used to encode both lexical form and datatype for a typed literal with unknown datatype.


Field Summary
 String datatypeURI
           
 String lexicalValue
           
 
Constructor Summary
BaseDatatype.TypedValue(String lexicalValue, String datatypeURI)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lexicalValue

public final String lexicalValue

datatypeURI

public final String datatypeURI
Constructor Detail

BaseDatatype.TypedValue

public BaseDatatype.TypedValue(String lexicalValue,
                               String datatypeURI)
Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Licenced under the Apache License, Version 2.0