| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| Modifier and Type | Method and Description |
|---|---|
UaRelativePathElement |
UaRelativePathElement.Builder.build() |
static UaRelativePathElement |
UaRelativePathElement.from(RelativePathElement element,
NamespaceTable namespaceTable)
Creates
UaRelativePathElement from the given RelativePathElement using the
given NamespaceTable for the conversions. |
| Modifier and Type | Method and Description |
|---|---|
List<UaRelativePathElement> |
UaRelativePath.getElements()
Returns an unmodifiable List of the elements of this path.
|
| Modifier and Type | Method and Description |
|---|---|
UaRelativePath |
UaRelativePath.append(UaRelativePathElement element)
Returns
UaRelativePath that has the element added to the UaRelativePath.getElements() of this
path. |
UaBrowsePath |
UaBrowsePath.append(UaRelativePathElement element)
Returns an
UaBrowsePath whose UaBrowsePath.getRelativePath() contains this
UaBrowsePath.getRelativePath() appended with the given element. |
static UaRelativePath |
UaRelativePath.from(UaRelativePathElement... elements) |
| Modifier and Type | Method and Description |
|---|---|
static UaRelativePath |
UaRelativePath.from(List<UaRelativePathElement> elements) |
Copyright © 2026. All rights reserved.