|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrdf.graph.AbstractLiteral
org.jrdf.graph.mem.LiteralImpl
public class LiteralImpl
RDF literal node.
| Method Summary | |
|---|---|
Long |
getId()
Retrieves an internal identifier for this node. |
void |
setId(Long newId)
Sets the interanl identifier for this node. |
String |
toString()
Provide a legible representation of a literal. |
| Methods inherited from class org.jrdf.graph.AbstractLiteral |
|---|
accept, equals, getDatatypeURI, getEscapedForm, getEscapedLexicalForm, getLanguage, getLexicalForm, hashCode, isWellFormedXML |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jrdf.graph.Literal |
|---|
equals, getDatatypeURI, getEscapedForm, getEscapedLexicalForm, getLanguage, getLexicalForm, hashCode, isWellFormedXML |
| Methods inherited from interface org.jrdf.graph.TypedNodeVisitable |
|---|
accept |
| Method Detail |
|---|
public Long getId()
getId in interface MemNodepublic void setId(Long newId)
setId in interface LiteralMutableIdnewId - new id.public String toString()
toString in interface LiteraltoString in class AbstractLiteral"
characters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||