org.openrdf.concepts.rdfs
Class Literal

java.lang.Object
  extended by org.openrdf.concepts.rdfs.Literal

public class Literal
extends Object

The class of literal values, eg. textual strings and integers.


Constructor Summary
protected Literal(String value)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
static Literal valueOf(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Literal

protected Literal(String value)
Method Detail

valueOf

public static Literal valueOf(String value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2007. All Rights Reserved.