Uses of Class
com.prosysopc.ua.EventNotifierClass

Packages that use EventNotifierClass
com.prosysopc.ua Common classes for client and server side. 
com.prosysopc.ua.client.nodes Client side implementation classes for the UaNode model. 
com.prosysopc.ua.nodes Common UaNode model. 
com.prosysopc.ua.server.nodes Server side implementation classes for the UaNode model. 
 

Uses of EventNotifierClass in com.prosysopc.ua
 

Fields in com.prosysopc.ua with type parameters of type EventNotifierClass
static EnumSet<EventNotifierClass> EventNotifierClass.ALL
           
static EnumSet<EventNotifierClass> EventNotifierClass.NONE
           
 

Methods in com.prosysopc.ua that return EventNotifierClass
static EventNotifierClass EventNotifierClass.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventNotifierClass[] EventNotifierClass.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.prosysopc.ua that return types with arguments of type EventNotifierClass
static EnumSet<EventNotifierClass> EventNotifierClass.getSet(byte mask)
           
static EnumSet<EventNotifierClass> EventNotifierClass.getSet(org.opcfoundation.ua.builtintypes.UnsignedByte mask)
           
 

Methods in com.prosysopc.ua with parameters of type EventNotifierClass
static org.opcfoundation.ua.builtintypes.UnsignedByte EventNotifierClass.getMask(EventNotifierClass... list)
           
 

Method parameters in com.prosysopc.ua with type arguments of type EventNotifierClass
static org.opcfoundation.ua.builtintypes.UnsignedByte EventNotifierClass.getMask(Collection<EventNotifierClass> list)
           
 

Uses of EventNotifierClass in com.prosysopc.ua.client.nodes
 

Methods in com.prosysopc.ua.client.nodes that return types with arguments of type EventNotifierClass
 EnumSet<EventNotifierClass> UaViewImpl.getEventNotifier()
           
 EnumSet<EventNotifierClass> UaObjectImpl.getEventNotifier()
           
 

Method parameters in com.prosysopc.ua.client.nodes with type arguments of type EventNotifierClass
 void UaViewImpl.setEventNotifier(EnumSet<EventNotifierClass> eventNotifier)
           
 void UaObjectImpl.setEventNotifier(EnumSet<EventNotifierClass> eventNotifier)
           
 

Constructor parameters in com.prosysopc.ua.client.nodes with type arguments of type EventNotifierClass
UaObjectImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, EnumSet<EventNotifierClass> eventNotifier)
           
UaViewImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, boolean containsNoLoops, EnumSet<EventNotifierClass> eventNotifier)
           
 

Uses of EventNotifierClass in com.prosysopc.ua.nodes
 

Methods in com.prosysopc.ua.nodes that return types with arguments of type EventNotifierClass
 EnumSet<EventNotifierClass> UaView.getEventNotifier()
          Defines whether the node can be used to subscribe to events.
 EnumSet<EventNotifierClass> UaObject.getEventNotifier()
          Defines whether the node can be used to subscribe to events.
 

Method parameters in com.prosysopc.ua.nodes with type arguments of type EventNotifierClass
 void UaView.setEventNotifier(EnumSet<EventNotifierClass> eventNotifier)
           
 void UaObject.setEventNotifier(EnumSet<EventNotifierClass> eventNotifier)
          Define which kind of events the object generates.
 

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

Methods in com.prosysopc.ua.server.nodes that return types with arguments of type EventNotifierClass
 EnumSet<EventNotifierClass> UaViewNode.getEventNotifier()
           
 EnumSet<EventNotifierClass> UaObjectNode.getEventNotifier()
           
 

Method parameters in com.prosysopc.ua.server.nodes with type arguments of type EventNotifierClass
 void UaViewNode.setEventNotifier(EnumSet<EventNotifierClass> eventNotifier)
           
 void UaObjectNode.setEventNotifier(EnumSet<EventNotifierClass> eventNotifier)
           
 



Copyright © 2018. All rights reserved.