public class InstantiationParameters extends Object
| Modifier | Constructor and Description |
|---|---|
|
InstantiationParameters(InstanceDeclaration instanceDeclaration,
NodeId nodeId,
NodeManagerUaNode nodeManager,
UaNode parent)
Creates new InstantiationParameters, the NodeAttributes are cloned
|
protected |
InstantiationParameters(InstanceDeclaration instanceDeclaration,
NodeManagerUaNode nodeManager,
NodeId nodeId,
UaNode parent,
QualifiedName browseName,
LocalizedText displayName) |
| Modifier and Type | Method and Description |
|---|---|
QualifiedName |
getBrowseName()
BrowseName for the new node
|
LocalizedText |
getDisplayName()
DisplayName for the new node
|
InstanceDeclaration |
getInstanceDeclaration()
The InstanceDeclaration
|
UaNode |
getNode()
Convenience method for getInstanceDeclaration().getNode()
|
NodeAttributes |
getNodeAttributes()
The new Attributes for the new instance, these can be edited.
|
NodeId |
getNodeId()
The new NodeId of the new instance
|
NodeManagerUaNode |
getNodeManager()
The NodeManager in which the new instance is added
|
UaNode |
getParent()
The parent node, or null if node
|
public InstantiationParameters(InstanceDeclaration instanceDeclaration, NodeId nodeId, NodeManagerUaNode nodeManager, UaNode parent)
instanceDeclaration - nodeAttributes - nodeId - nodeManager - parent - protected InstantiationParameters(InstanceDeclaration instanceDeclaration, NodeManagerUaNode nodeManager, NodeId nodeId, UaNode parent, QualifiedName browseName, LocalizedText displayName)
public QualifiedName getBrowseName()
public LocalizedText getDisplayName()
public InstanceDeclaration getInstanceDeclaration()
public UaNode getNode()
public NodeAttributes getNodeAttributes()
public NodeId getNodeId()
public NodeManagerUaNode getNodeManager()
public UaNode getParent()
Copyright © 2026. All rights reserved.