Uses of Class
com.prosysopc.ua.server.ModelChangeType

Packages that use ModelChangeType
com.prosysopc.ua.server Main server side classes of the SDK. 
 

Uses of ModelChangeType in com.prosysopc.ua.server
 

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

Methods in com.prosysopc.ua.server with parameters of type ModelChangeType
 void GeneralModelChangeEvent.addChange(org.opcfoundation.ua.builtintypes.NodeId affectedNodeId, org.opcfoundation.ua.builtintypes.NodeId typeDefinition, ModelChangeType... changeTypes)
          Add a model change to the event before triggering it.
 void GeneralModelChangeEvent.addChange(UaNode affectedNode, ModelChangeType... changeTypes)
          Add a model change to the event before triggering it.
 void NodeManagerRoot.addModelChange(org.opcfoundation.ua.builtintypes.NodeId nodeAffected, org.opcfoundation.ua.builtintypes.NodeId typeDefinition, ModelChangeType... changeTypes)
          Adds a change to the ModelChangeEvent, if one is active.
 void NodeManagerRoot.addModelChange(UaNode nodeAffected, ModelChangeType... changeTypes)
          Adds a change to the ModelChangeEvent, if one is active.
 



Copyright © 2018. All rights reserved.