IRI
instead.@Deprecated public interface URI extends Resource
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
Compares a URI object to another object.
|
String |
getLocalName()
Deprecated.
Gets the local name part of this URI.
|
String |
getNamespace()
Deprecated.
Gets the namespace part of this URI.
|
int |
hashCode()
Deprecated.
The hash code of an URI is defined as the hash code of its String-representation: toString().hashCode.
|
String |
toString()
Deprecated.
Returns the String-representation of this URI.
|
isResource
String toString()
String getNamespace()
String getLocalName()
boolean equals(Object o)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.