public class UaNamespace extends Object implements Comparable<UaNamespace>
| Modifier and Type | Field and Description |
|---|---|
static UaNamespace |
STANDARD
The constant for the NamespaceURI 'http://opcfoundation.org/UA/', which is always first entry
in the NamespaceArray of a server, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UaNamespace other) |
boolean |
equals(Object obj) |
static UaNamespace |
from(String namespaceURI)
Creates a
UaNamespace from the given NamespaceURI. |
String |
getURI()
Get the namespaceURI of this namespace.
|
int |
hashCode() |
String |
toString() |
public static final UaNamespace STANDARD
public static UaNamespace from(String namespaceURI)
UaNamespace from the given NamespaceURI. This method may return a cached
(possibly sub-typed) instance.public int compareTo(UaNamespace other)
compareTo in interface Comparable<UaNamespace>public String getURI()
Copyright © 2026. All rights reserved.