Uses of Interface
org.eclipse.milo.opcua.sdk.client.model.variables.TwoStateVariableType
Packages that use TwoStateVariableType
Package
Description
-
Uses of TwoStateVariableType in org.eclipse.milo.opcua.sdk.client.model.objects
Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return TwoStateVariableTypeModifier and TypeMethodDescriptionAcknowledgeableConditionType.getAckedStateNode()Get the AckedStateTwoStateVariableTypeNode, ornullif it does not exist.AlarmConditionType.getActiveStateNode()Get the ActiveStateTwoStateVariableTypeNode, ornullif it does not exist.ExclusiveLimitAlarmType.getActiveStateNode()Get the ActiveStateTwoStateVariableTypeNode, ornullif it does not exist.NonExclusiveLimitAlarmType.getActiveStateNode()Get the ActiveStateTwoStateVariableTypeNode, ornullif it does not exist.AcknowledgeableConditionType.getConfirmedStateNode()Get the ConfirmedStateTwoStateVariableTypeNode, ornullif it does not exist.DialogConditionType.getDialogStateNode()Get the DialogStateTwoStateVariableTypeNode, ornullif it does not exist.AcknowledgeableConditionType.getEnabledStateNode()Get the EnabledStateTwoStateVariableTypeNode, ornullif it does not exist.AlarmConditionType.getEnabledStateNode()Get the EnabledStateTwoStateVariableTypeNode, ornullif it does not exist.ConditionType.getEnabledStateNode()Get the EnabledStateTwoStateVariableTypeNode, ornullif it does not exist.DialogConditionType.getEnabledStateNode()Get the EnabledStateTwoStateVariableTypeNode, ornullif it does not exist.NonExclusiveLimitAlarmType.getHighHighStateNode()Get the HighHighStateTwoStateVariableTypeNode, ornullif it does not exist.NonExclusiveLimitAlarmType.getHighStateNode()Get the HighStateTwoStateVariableTypeNode, ornullif it does not exist.AlarmConditionType.getLatchedStateNode()Get the LatchedStateTwoStateVariableTypeNode, ornullif it does not exist.NonExclusiveLimitAlarmType.getLowLowStateNode()Get the LowLowStateTwoStateVariableTypeNode, ornullif it does not exist.NonExclusiveLimitAlarmType.getLowStateNode()Get the LowStateTwoStateVariableTypeNode, ornullif it does not exist.AlarmConditionType.getOutOfServiceStateNode()Get the OutOfServiceStateTwoStateVariableTypeNode, ornullif it does not exist.AlarmConditionType.getSilenceStateNode()Get the SilenceStateTwoStateVariableTypeNode, ornullif it does not exist.AlarmConditionType.getSuppressedStateNode()Get the SuppressedStateTwoStateVariableTypeNode, ornullif it does not exist.Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return types with arguments of type TwoStateVariableTypeModifier and TypeMethodDescriptionCompletableFuture<? extends TwoStateVariableType>AcknowledgeableConditionType.getAckedStateNodeAsync()Asynchronous implementation ofAcknowledgeableConditionType.getAckedStateNode().CompletableFuture<? extends TwoStateVariableType>AlarmConditionType.getActiveStateNodeAsync()Asynchronous implementation ofAlarmConditionType.getActiveStateNode().CompletableFuture<? extends TwoStateVariableType>ExclusiveLimitAlarmType.getActiveStateNodeAsync()Asynchronous implementation ofExclusiveLimitAlarmType.getActiveStateNode().CompletableFuture<? extends TwoStateVariableType>NonExclusiveLimitAlarmType.getActiveStateNodeAsync()Asynchronous implementation ofNonExclusiveLimitAlarmType.getActiveStateNode().CompletableFuture<? extends TwoStateVariableType>AcknowledgeableConditionType.getConfirmedStateNodeAsync()Asynchronous implementation ofAcknowledgeableConditionType.getConfirmedStateNode().CompletableFuture<? extends TwoStateVariableType>DialogConditionType.getDialogStateNodeAsync()Asynchronous implementation ofDialogConditionType.getDialogStateNode().CompletableFuture<? extends TwoStateVariableType>AcknowledgeableConditionType.getEnabledStateNodeAsync()Asynchronous implementation ofAcknowledgeableConditionType.getEnabledStateNode().CompletableFuture<? extends TwoStateVariableType>AlarmConditionType.getEnabledStateNodeAsync()Asynchronous implementation ofAlarmConditionType.getEnabledStateNode().CompletableFuture<? extends TwoStateVariableType>ConditionType.getEnabledStateNodeAsync()Asynchronous implementation ofConditionType.getEnabledStateNode().CompletableFuture<? extends TwoStateVariableType>DialogConditionType.getEnabledStateNodeAsync()Asynchronous implementation ofDialogConditionType.getEnabledStateNode().CompletableFuture<? extends TwoStateVariableType>NonExclusiveLimitAlarmType.getHighHighStateNodeAsync()Asynchronous implementation ofNonExclusiveLimitAlarmType.getHighHighStateNode().CompletableFuture<? extends TwoStateVariableType>NonExclusiveLimitAlarmType.getHighStateNodeAsync()Asynchronous implementation ofNonExclusiveLimitAlarmType.getHighStateNode().CompletableFuture<? extends TwoStateVariableType>AlarmConditionType.getLatchedStateNodeAsync()Asynchronous implementation ofAlarmConditionType.getLatchedStateNode().CompletableFuture<? extends TwoStateVariableType>NonExclusiveLimitAlarmType.getLowLowStateNodeAsync()Asynchronous implementation ofNonExclusiveLimitAlarmType.getLowLowStateNode().CompletableFuture<? extends TwoStateVariableType>NonExclusiveLimitAlarmType.getLowStateNodeAsync()Asynchronous implementation ofNonExclusiveLimitAlarmType.getLowStateNode().CompletableFuture<? extends TwoStateVariableType>AlarmConditionType.getOutOfServiceStateNodeAsync()Asynchronous implementation ofAlarmConditionType.getOutOfServiceStateNode().CompletableFuture<? extends TwoStateVariableType>AlarmConditionType.getSilenceStateNodeAsync()Asynchronous implementation ofAlarmConditionType.getSilenceStateNode().CompletableFuture<? extends TwoStateVariableType>AlarmConditionType.getSuppressedStateNodeAsync()Asynchronous implementation ofAlarmConditionType.getSuppressedStateNode(). -
Uses of TwoStateVariableType in org.eclipse.milo.opcua.sdk.client.model.variables
Classes in org.eclipse.milo.opcua.sdk.client.model.variables that implement TwoStateVariableType