|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.prosysopc.ua.server.instantiation.InstantiationParameters
public class InstantiationParameters
| Constructor Summary | |
|---|---|
|
InstantiationParameters(InstanceDeclaration instanceDeclaration,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
NodeManagerUaNode nodeManager,
UaNode parent)
Creates new InstantiationParameters, the NodeAttributes are cloned |
protected |
InstantiationParameters(InstanceDeclaration instanceDeclaration,
NodeManagerUaNode nodeManager,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
UaNode parent,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
|
| Method Summary | |
|---|---|
org.opcfoundation.ua.builtintypes.QualifiedName |
getBrowseName()
BrowseName for the new node |
org.opcfoundation.ua.builtintypes.LocalizedText |
getDisplayName()
DisplayName for the new node |
InstanceDeclaration |
getInstanceDeclaration()
The InstanceDeclaration |
UaNode |
getNode()
Convenience method for getInstanceDeclaration().getNode() |
org.opcfoundation.ua.core.NodeAttributes |
getNodeAttributes()
The new Attributes for the new instance, these can be edited. |
org.opcfoundation.ua.builtintypes.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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstantiationParameters(InstanceDeclaration instanceDeclaration,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
NodeManagerUaNode nodeManager,
UaNode parent)
instanceDeclaration - nodeAttributes - nodeId - nodeManager - parent -
protected InstantiationParameters(InstanceDeclaration instanceDeclaration,
NodeManagerUaNode nodeManager,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
UaNode parent,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
| Method Detail |
|---|
public org.opcfoundation.ua.builtintypes.QualifiedName getBrowseName()
public org.opcfoundation.ua.builtintypes.LocalizedText getDisplayName()
public InstanceDeclaration getInstanceDeclaration()
public UaNode getNode()
public org.opcfoundation.ua.core.NodeAttributes getNodeAttributes()
public org.opcfoundation.ua.builtintypes.NodeId getNodeId()
public NodeManagerUaNode getNodeManager()
public UaNode getParent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||