| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| Modifier and Type | Field and Description |
|---|---|
static UaRelativeNamePath |
UaRelativeNamePath.EMPTY
An empty path having 0 elements.
|
| Modifier and Type | Method and Description |
|---|---|
static UaRelativeNamePath |
UaRelativeNamePath.from(NamespaceTable namespaceTable,
QualifiedName... elements)
Creates a
UaRelativeNamePath by converting the given QualifiedName to
UaQualifiedName and using them as elements. |
static UaRelativeNamePath |
UaRelativeNamePath.from(UaNamespace namespace,
String... elementNames)
Creates a
UaRelativeNamePath by making UaQualifiedNames using given namespace
for the given element names and using the result as elements. |
static UaRelativeNamePath |
UaRelativeNamePath.from(UaQualifiedName... elements)
Create a
UaRelativeNamePath from the given UaQualifiedName elements. |
UaRelativeNamePath |
UaBrowseNamePath.getRelativePath() |
static UaRelativeNamePath |
UaRelativeNamePath.standard(String... elementNames)
Convenience method for
from(UaNamespace, String...) using the
standard namespace UaNamespace.STANDARD. |
| Modifier and Type | Method and Description |
|---|---|
static UaBrowseNamePath |
UaBrowseNamePath.from(ExpandedNodeId startingNode,
UaRelativeNamePath relativePath) |
static UaBrowseNamePath |
UaBrowseNamePath.from(UaNodeId startingNode,
UaRelativeNamePath relativePath) |
Copyright © 2026. All rights reserved.