org.w3c.rdf.implementation.model
Class LiteralImpl

java.lang.Object
  |
  +--org.w3c.rdf.implementation.model.RDFNodeImpl
        |
        +--org.w3c.rdf.implementation.model.LiteralImpl

public class LiteralImpl
extends RDFNodeImpl
implements Literal


Fields inherited from class org.w3c.rdf.implementation.model.RDFNodeImpl
digest, label
 
Constructor Summary
LiteralImpl(java.lang.String str)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
 
Methods inherited from class org.w3c.rdf.implementation.model.RDFNodeImpl
getDigest, getLabel, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiteralImpl

public LiteralImpl(java.lang.String str)
Method Detail

equals

public boolean equals(java.lang.Object that)
Overrides:
equals in class RDFNodeImpl