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