Uses of Interface
org.eclipse.milo.opcua.sdk.client.model.variables.ConditionVariableType
Packages that use ConditionVariableType
Package
Description
-
Uses of ConditionVariableType in org.eclipse.milo.opcua.sdk.client.model.objects
Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return ConditionVariableTypeModifier and TypeMethodDescriptionConditionType.getCommentNode()Get the CommentConditionVariableTypeNode, ornullif it does not exist.ConditionType.getLastSeverityNode()Get the LastSeverityConditionVariableTypeNode, ornullif it does not exist.ConditionType.getQualityNode()Get the QualityConditionVariableTypeNode, ornullif it does not exist.Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return types with arguments of type ConditionVariableTypeModifier and TypeMethodDescriptionCompletableFuture<? extends ConditionVariableType>ConditionType.getCommentNodeAsync()Asynchronous implementation ofConditionType.getCommentNode().CompletableFuture<? extends ConditionVariableType>ConditionType.getLastSeverityNodeAsync()Asynchronous implementation ofConditionType.getLastSeverityNode().CompletableFuture<? extends ConditionVariableType>ConditionType.getQualityNodeAsync()Asynchronous implementation ofConditionType.getQualityNode(). -
Uses of ConditionVariableType in org.eclipse.milo.opcua.sdk.client.model.variables
Classes in org.eclipse.milo.opcua.sdk.client.model.variables that implement ConditionVariableType