public class UaBrowseNamePath extends Object
UaBrowsePath, where the path elements are just
UaQualifiedNames.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static UaBrowseNamePath |
from(ExpandedNodeId startingNode,
UaQualifiedName... pathElements) |
static UaBrowseNamePath |
from(ExpandedNodeId startingNode,
UaRelativeNamePath relativePath) |
static UaBrowseNamePath |
from(UaNodeId startingNode,
UaQualifiedName... pathElements) |
static UaBrowseNamePath |
from(UaNodeId startingNode,
UaRelativeNamePath relativePath) |
UaRelativeNamePath |
getRelativePath() |
UaNodeId |
getStartingNode() |
int |
hashCode() |
BrowsePath |
toBrowsePath(NamespaceTable namespaceTable,
ExpandedNodeId referenceType,
boolean isInverse,
boolean includeSubTypes)
|
String |
toString() |
public static UaBrowseNamePath from(ExpandedNodeId startingNode, UaQualifiedName... pathElements)
public static UaBrowseNamePath from(ExpandedNodeId startingNode, UaRelativeNamePath relativePath)
public static UaBrowseNamePath from(UaNodeId startingNode, UaQualifiedName... pathElements)
public static UaBrowseNamePath from(UaNodeId startingNode, UaRelativeNamePath relativePath)
public UaRelativeNamePath getRelativePath()
public UaNodeId getStartingNode()
public BrowsePath toBrowsePath(NamespaceTable namespaceTable, ExpandedNodeId referenceType, boolean isInverse, boolean includeSubTypes)
UaBrowseNamePath to BrowsePath using a NamespaceTable to
convert uris to indexes. The given parameters are passed to
UaRelativeNamePath.toRelativePath(NamespaceTable, ExpandedNodeId, boolean, boolean)IllegalArgumentException - if conversion cannot be doneCopyright © 2026. All rights reserved.