Uses of Class
com.prosysopc.ua.server.nodes.PlainVariable

Packages that use PlainVariable
com.prosysopc.ua.server.nodes Server side implementation classes for the UaNode model. 
 

Uses of PlainVariable in com.prosysopc.ua.server.nodes
 

Subclasses of PlainVariable in com.prosysopc.ua.server.nodes
 class PlainProperty<T>
          A very plain implementation of the UA property node.
 

Methods in com.prosysopc.ua.server.nodes that return PlainVariable
protected
<T> PlainVariable<T>
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
<T> PlainVariable<T>
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
<T> PlainVariable<T>
BaseNode.registerPlainVariable(String name, org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId, T initialValue)
          Create a new variable as a component of this node.
 



Copyright © 2018. All rights reserved.