public interface Namespace extends java.io.Serializable, java.lang.Comparable<Namespace>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this namespace to another object.
|
java.lang.String |
getName()
Gets the name of the current namespace (i.e. its IRI).
|
java.lang.String |
getPrefix()
Gets the prefix of the current namespace.
|
int |
hashCode()
Computes the hash code of this namespace.
|
java.lang.String getPrefix()
java.lang.String getName()
boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to compare this namespace totrue if the other object is an instance of Namespace are equal, false otherwise.int hashCode()
hashCode in class java.lang.ObjectCopyright © 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence