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

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

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

Methods in com.prosysopc.ua.server.nodes that return PlainInstanceProperty
protected
<T> PlainInstanceProperty<T>
BaseNode.registerPlainInstanceProperty(String name, org.opcfoundation.ua.builtintypes.NodeId instanceDecalarationId, org.opcfoundation.ua.builtintypes.NodeId dataTypeId)
          Register a new property node as a property of this node.
protected
<T> PlainInstanceProperty<T>
BaseNode.registerPlainInstanceProperty(String name, org.opcfoundation.ua.builtintypes.NodeId instanceDecalarationId, T initialValue)
          Register a new property node as a property of this node.
 



Copyright © 2018. All rights reserved.