public class InternalUaNodeParameters extends Object implements UaNode.Parameters
UaNode.Parameters.| Constructor and Description |
|---|
InternalUaNodeParameters(UaAddressSpace addressSpace,
UaNodeId nodeId,
UaQualifiedName browseName,
LocalizedText localizedText)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
String |
toString() |
public InternalUaNodeParameters(UaAddressSpace addressSpace, UaNodeId nodeId, UaQualifiedName browseName, LocalizedText localizedText)
public UaAddressSpace getAddressSpace()
UaNode.ParametersgetAddressSpace in interface UaNode.Parameterspublic UaQualifiedName getBrowseName()
UaNode.ParametersgetBrowseName in interface UaNode.Parameterspublic LocalizedText getDisplayName()
UaNode.ParametersgetDisplayName in interface UaNode.Parameterspublic UaNodeId getNodeId()
UaNode.ParametersgetNodeId in interface UaNode.ParametersCopyright © 2026. All rights reserved.