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

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

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

Methods in com.prosysopc.ua.server.nodes that return PlainProperty
protected
<T> PlainProperty<T>
BaseNode.addPlainProperty(org.opcfoundation.ua.builtintypes.NodeId nodeId, String name)
          Creates a new PlainProperty 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> PlainProperty<T>
BaseNode.registerPlainProperty(String name, org.opcfoundation.ua.builtintypes.NodeId dataTypeId)
          Register a new property node as a property of this node.
protected
<T> PlainProperty<T>
BaseNode.registerPlainProperty(String name, T initialValue)
          Register a new property node as a property of this node.
 



Copyright © 2018. All rights reserved.