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, setVersion
public RdbmsURI(URI uri)
public String getLocalName()
URI
getLocalName
in interface URI
public String getNamespace()
URI
getNamespace
in interface URI
public String stringValue()
Value
Literal
's label, a URI
's URI or a BNode
's ID.stringValue
in interface Value
public String toString()
URI
public boolean equals(Object o)
URI
Copyright © 2001–2017 Aduna. All rights reserved.