public static interface UaNode.Parameters
UaNode instances. This interface
should be considered to be SDK internals, but is public due as this is used from other packages
and generated code. Only SDK should make implementations and instantiate them. The methods of
this interface can change at will.| Modifier and Type | Method and Description |
|---|---|
UaAddressSpace |
getAddressSpace()
Address space where the node belongs to.
|
UaQualifiedName |
getBrowseName()
The BrowseName of the node.
|
LocalizedText |
getDisplayName()
The DisplayNameName of the node.
|
UaNodeId |
getNodeId()
The NodeId of the node.
|
UaAddressSpace getAddressSpace()
UaQualifiedName getBrowseName()
LocalizedText getDisplayName()
UaNodeId getNodeId()
Copyright © 2026. All rights reserved.