org.jrdf.graph.local.mem
Interface LiteralMutableId

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

public interface LiteralMutableId
extends Literal, LocalizedNode


Method Summary
 void setId(Long newId)
           
 
Methods inherited from interface org.jrdf.graph.Literal
equals, getDatatypeURI, getDatatypeValue, getEscapedForm, getEscapedLexicalForm, getLanguage, getValue, hashCode, isDatatypedLiteral, isLanguageLiteral, isPlainLiteral, toString
 
Methods inherited from interface org.jrdf.graph.TypedNodeVisitable
accept
 
Methods inherited from interface org.jrdf.graph.Value
getLexicalForm, isWellFormedXML
 
Methods inherited from interface org.jrdf.graph.local.mem.LocalizedNode
getId
 

Method Detail

setId

void setId(Long newId)