org.jrdf.graph.mem
Interface LiteralMutableId

All Superinterfaces:
Literal, MemNode, Node, ObjectNode, TypedNodeVisitable
All Known Implementing Classes:
LiteralImpl

public interface LiteralMutableId
extends Literal, MemNode

Class description goes here.


Method Summary
 void setId(Long newId)
           
 
Methods inherited from interface org.jrdf.graph.Literal
equals, getDatatypeURI, getEscapedForm, getEscapedLexicalForm, getLanguage, getLexicalForm, hashCode, isWellFormedXML, toString
 
Methods inherited from interface org.jrdf.graph.TypedNodeVisitable
accept
 
Methods inherited from interface org.jrdf.graph.mem.MemNode
getId
 

Method Detail

setId

void setId(Long newId)