public class UaBrowsePath extends Object
| Modifier and Type | Method and Description |
|---|---|
UaBrowsePath |
append(UaRelativePath path)
Returns an
UaBrowsePath whose getRelativePath() contains this
getRelativePath() appended with the given path. |
UaBrowsePath |
append(UaRelativePathElement element)
Returns an
UaBrowsePath whose getRelativePath() contains this
getRelativePath() appended with the given element. |
boolean |
equals(Object obj) |
static UaBrowsePath |
from(BrowsePath browsePath,
NamespaceTable namespaceTable)
|
static UaBrowsePath |
from(UaNodeId startingNode,
UaRelativePath relativePath) |
UaRelativePath |
getRelativePath() |
UaNodeId |
getStartingNode() |
int |
hashCode() |
BrowsePath |
toBrowsePath(NamespaceTable namespaceTable)
|
String |
toString() |
public static UaBrowsePath from(BrowsePath browsePath, NamespaceTable namespaceTable)
UaBrowsePath from the given BrowsePath using the given
NamespaceTable for the conversions. Returns null if given null browsePath.public static UaBrowsePath from(UaNodeId startingNode, UaRelativePath relativePath)
public UaBrowsePath append(UaRelativePath path)
UaBrowsePath whose getRelativePath() contains this
getRelativePath() appended with the given path.public UaBrowsePath append(UaRelativePathElement element)
UaBrowsePath whose getRelativePath() contains this
getRelativePath() appended with the given element.public UaRelativePath getRelativePath()
public UaNodeId getStartingNode()
public BrowsePath toBrowsePath(NamespaceTable namespaceTable)
Copyright © 2026. All rights reserved.