public class RdbmsURI extends RdbmsResource implements URI
URIImpl providing an internal id and version.| Constructor and Description |
|---|
RdbmsURI(Number id,
Integer version,
URI uri) |
RdbmsURI(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compares a URI object to another object.
|
String |
getLocalName()
Gets the local name of this URI.
|
String |
getNamespace()
Gets the namespace of this URI.
|
int |
hashCode()
The hash code of a URI is defined as the hash code of its
String-representation: toString().hashCode.
|
String |
stringValue()
Returns the String-value of a Value object.
|
String |
toString()
Returns the String-representation of this URI.
|
getInternalId, getVersion, isExpired, setInternalId, setVersionpublic RdbmsURI(URI uri)
public String getLocalName()
URIgetLocalName in interface URIpublic String getNamespace()
URIgetNamespace in interface URIpublic String stringValue()
ValueLiteral's label, a URI's URI or a BNode's ID.stringValue in interface Valuepublic String toString()
URIpublic boolean equals(Object o)
URICopyright © 2001–2015 Aduna. All rights reserved.