public interface Node
| Modifier and Type | Method and Description |
|---|---|
QualifiedName |
getBrowseName()
See OPC-UA Part 3, section 5.2.4.
|
LocalizedText |
getDescription()
See OPC-UA Part 3, section 5.2.6.
|
LocalizedText |
getDisplayName()
See OPC-UA Part 3, section 5.2.5.
|
NodeClass |
getNodeClass()
See OPC-UA Part 3, section 5.2.3.
|
NodeId |
getNodeId()
See OPC-UA Part 3, section 5.2.2.
|
UInteger |
getUserWriteMask()
See OPC-UA Part 3, section 5.2.8.
|
UInteger |
getWriteMask()
See OPC-UA Part 3, section 5.2.7.
|
void |
setBrowseName(QualifiedName browseName)
Set the BrowseName attribute of this Node.
|
void |
setDescription(LocalizedText description)
Set the Description attribute of this Node.
|
void |
setDisplayName(LocalizedText displayName)
Set the DisplayName attribute of this Node.
|
void |
setNodeClass(NodeClass nodeClass)
Set the NodeClass attribute of this Node.
|
void |
setNodeId(NodeId nodeId)
Set the NodeId attribute of this Node.
|
void |
setUserWriteMask(UInteger userWriteMask)
Set the UserWriteMask attribute of this Node.
|
void |
setWriteMask(UInteger writeMask)
Set the WriteMask attribute of this Node.
|
NodeId getNodeId()
NodeId) of this node.NodeClass getNodeClass()
NodeClass) of this node.QualifiedName getBrowseName()
QualifiedName) of this node.LocalizedText getDisplayName()
QualifiedName) of this node.LocalizedText getDescription()
LocalizedText).UInteger getWriteMask()
UInteger).UInteger getUserWriteMask()
UInteger).void setNodeId(NodeId nodeId)
nodeId - the NodeId to set.void setNodeClass(NodeClass nodeClass)
nodeClass - the NodeClass to set.void setBrowseName(QualifiedName browseName)
browseName - the BrowseName to set.void setDisplayName(LocalizedText displayName)
displayName - the DisplayName to set.void setDescription(LocalizedText description)
description - the Description to set.void setWriteMask(UInteger writeMask)
writeMask - the WriteMask to set.void setUserWriteMask(UInteger userWriteMask)
userWriteMask - the UserWriteMask to set.Copyright © 2018. All rights reserved.