|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.sail.rdbms.model.RdbmsValue
org.openrdf.sail.rdbms.model.RdbmsResource
org.openrdf.sail.rdbms.model.RdbmsBNode
public class RdbmsBNode
Wraps a BNodeImpl providing an internal id and version.
| Constructor Summary | |
|---|---|
RdbmsBNode(BNode bnode)
|
|
RdbmsBNode(Number id,
Integer version,
BNode bnode)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compares a blank node object to another object. |
String |
getID()
retrieves this blank node's identifier. |
int |
hashCode()
The hash code of a blank node is defined as the hash code of its identifier: id.hashCode(). |
String |
stringValue()
Returns the String-value of a Value object. |
String |
toString()
|
| Methods inherited from class org.openrdf.sail.rdbms.model.RdbmsValue |
|---|
getInternalId, getVersion, isExpired, setInternalId, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RdbmsBNode(BNode bnode)
public RdbmsBNode(Number id,
Integer version,
BNode bnode)
| Method Detail |
|---|
public String getID()
BNode
getID in interface BNodepublic String stringValue()
ValueLiteral's label, a URI's URI or a BNode's ID.
stringValue in interface Valuepublic String toString()
toString in class Objectpublic boolean equals(Object o)
BNode
equals in interface BNodeequals in class Objecto - The object to compare this blank node to.
BNode
and their IDs are equal, false otherwise.public int hashCode()
BNode
hashCode in interface BNodehashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||