- All Superinterfaces:
Node
public interface ObjectNode
extends Node
-
Method Summary
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte
The EventNotifier attribute identifies whether the Object can be used to subscribe to Events or
to read and write the history of the Events.
void
setEventNotifier(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
Set the EventNotifier attribute of this Object.
Methods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask
-
Method Details
-
getEventNotifier
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getEventNotifier()
The EventNotifier attribute identifies whether the Object can be used to subscribe to Events or
to read and write the history of the Events.
- Returns:
- the EventNotifier attribute of this Object.
-
setEventNotifier
void setEventNotifier(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
Set the EventNotifier attribute of this Object.
- Parameters:
eventNotifier - the EventNotifier attribute to set.