| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.stack.builtintypes |
OPC UA Part 6 defines 25 builtin types.
|
| Modifier and Type | Method and Description |
|---|---|
static UaExpandedNodeId[] |
UaExpandedNodeId.arrayFrom(ExpandedNodeId[] nodeIds,
ServerTable serverTable,
NamespaceTable namespaceTable)
Converts an array of
ExpandedNodeId to an array ofUaExpandedNodeId in the
context of the given NamespaceTable (effectively calling
from(ExpandedNodeId, ServerTable, NamespaceTable) for each element). |
static UaExpandedNodeId |
UaExpandedNodeId.from(ExpandedNodeId nodeId,
ServerTable serverTable,
NamespaceTable namespaceTable)
Converts a
ExpandedNodeId to UaExpandedNodeId. |
static UaExpandedNodeId |
UaExpandedNodeId.from(String serverUri,
String namespaceUri,
Object value)
Returns an
UaExpandedNodeId that has the given server uri, namespace uri and value
part. |
static UaExpandedNodeId |
UaExpandedNodeId.from(UaApplicationURI server,
UaNamespace namespace,
Object value)
Returns an
UaExpandedNodeId that has the given server (uri) and namespace (uri) and
value part. |
| Modifier and Type | Method and Description |
|---|---|
int |
UaExpandedNodeId.compareTo(UaExpandedNodeId other) |
| Modifier and Type | Method and Description |
|---|---|
static ExpandedNodeId[] |
ExpandedNodeId.arrayFrom(UaExpandedNodeId[] nodeIds,
ServerTable serverTable)
Converts an array of
UaExpandedNodeId to an array ofExpandedNodeId in the
context of the given NamespaceTable (effectively calling
ExpandedNodeId.from(UaExpandedNodeId, ServerTable) for each element). |
static ExpandedNodeId |
ExpandedNodeId.from(UaExpandedNodeId nodeId,
ServerTable serverTable)
Converts the given
UaExpandedNodeId to ExpandedNodeId, throws
IllegalArgumentException if the given ServerTable doesnt't contain
#getServerUri(). |
Copyright © 2026. All rights reserved.