| Methods in com.prosysopc.ua.server.nodes that return PlainVariable |
protected
|
BaseNode.addPlainVariable(org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name)
Creates a new PlainVariable with the given NodeId and Name, which is used to initialize the
BrowseName (using the namespaceIndex of the NodeId) and DisplayName (using
LocalizedText.NO_LOCALE). |
protected
|
BaseNode.registerPlainVariable(String name,
org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId,
org.opcfoundation.ua.builtintypes.NodeId dataTypeId)
Create a new variable as a component of this node. |
protected
|
BaseNode.registerPlainVariable(String name,
org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId,
T initialValue)
Create a new variable as a component of this node. |