org.openrdf.concepts.rdfs
Class Literal
java.lang.Object
org.openrdf.concepts.rdfs.Literal
public class Literal
- extends Object
The class of literal values, eg. textual strings and integers.
Literal
protected Literal(String value)
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.