public final class UaRelativePathElement extends Object
RelativePathElement, but uses UaNodeId for the ReferenceTypeId and
UaQualifiedName for the TargetName fields.| Modifier and Type | Class and Description |
|---|---|
static class |
UaRelativePathElement.Builder
Builder for
UaRelativePathElement. |
| Modifier and Type | Method and Description |
|---|---|
static UaRelativePathElement.Builder |
builder()
Creates a new
UaRelativePathElement.Builder. |
boolean |
equals(Object obj) |
static UaRelativePathElement |
from(RelativePathElement element,
NamespaceTable namespaceTable)
Creates
UaRelativePathElement from the given RelativePathElement using the
given NamespaceTable for the conversions. |
Boolean |
getIncludeSubtypes() |
Boolean |
getIsInverse() |
UaNodeId |
getReferenceTypeId() |
UaQualifiedName |
getTargetName() |
int |
hashCode() |
UaRelativePathElement.Builder |
toBuilder()
Creates a new
UaRelativePathElement.Builder initialized with the data of this object. |
RelativePathElement |
toRelativePathElement(NamespaceTable namespaceTable)
Converts to
RelativePathElement in the context of the given NamespaceTable. |
String |
toString() |
public static UaRelativePathElement.Builder builder()
UaRelativePathElement.Builder.public static UaRelativePathElement from(RelativePathElement element, NamespaceTable namespaceTable)
UaRelativePathElement from the given RelativePathElement using the
given NamespaceTable for the conversions. Returns null if given null browsePath.public Boolean getIncludeSubtypes()
public Boolean getIsInverse()
public UaNodeId getReferenceTypeId()
public UaQualifiedName getTargetName()
public UaRelativePathElement.Builder toBuilder()
UaRelativePathElement.Builder initialized with the data of this object.public RelativePathElement toRelativePathElement(NamespaceTable namespaceTable)
RelativePathElement in the context of the given NamespaceTable.Copyright © 2026. All rights reserved.