Uses of Interface
org.eclipse.milo.opcua.sdk.client.model.objects.AlarmGroupType
Packages that use AlarmGroupType
-
Uses of AlarmGroupType in org.eclipse.milo.opcua.sdk.client.model.objects
Subinterfaces of AlarmGroupType in org.eclipse.milo.opcua.sdk.client.model.objectsClasses in org.eclipse.milo.opcua.sdk.client.model.objects that implement AlarmGroupTypeMethods in org.eclipse.milo.opcua.sdk.client.model.objects that return AlarmGroupTypeModifier and TypeMethodDescriptionAlarmConditionType.getFirstInGroupNode()Get the FirstInGroupAlarmGroupTypeNode, ornullif it does not exist.Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return types with arguments of type AlarmGroupTypeModifier and TypeMethodDescriptionCompletableFuture<? extends AlarmGroupType>AlarmConditionType.getFirstInGroupNodeAsync()Asynchronous implementation ofAlarmConditionType.getFirstInGroupNode().