Uses of Interface
org.eclipse.milo.opcua.sdk.client.model.objects.StateType
Packages that use StateType
-
Uses of StateType in org.eclipse.milo.opcua.sdk.client.model.objects
Subinterfaces of StateType in org.eclipse.milo.opcua.sdk.client.model.objectsClasses in org.eclipse.milo.opcua.sdk.client.model.objects that implement StateTypeModifier and TypeClassDescriptionclassclassclassMethods in org.eclipse.milo.opcua.sdk.client.model.objects that return StateTypeModifier and TypeMethodDescriptionFileTransferStateMachineType.getApplyWriteNode()Get the ApplyWriteStateTypeNode, ornullif it does not exist.FileTransferStateMachineType.getErrorNode()Get the ErrorStateTypeNode, ornullif it does not exist.ProgramStateMachineType.getHaltedNode()Get the HaltedStateTypeNode, ornullif it does not exist.ExclusiveLimitStateMachineType.getHighHighNode()Get the HighHighStateTypeNode, ornullif it does not exist.ExclusiveLimitStateMachineType.getHighNode()Get the HighStateTypeNode, ornullif it does not exist.ExclusiveLimitStateMachineType.getLowLowNode()Get the LowLowStateTypeNode, ornullif it does not exist.ExclusiveLimitStateMachineType.getLowNode()Get the LowStateTypeNode, ornullif it does not exist.ShelvedStateMachineType.getOneShotShelvedNode()Get the OneShotShelvedStateTypeNode, ornullif it does not exist.FileTransferStateMachineType.getReadPrepareNode()Get the ReadPrepareStateTypeNode, ornullif it does not exist.FileTransferStateMachineType.getReadTransferNode()Get the ReadTransferStateTypeNode, ornullif it does not exist.ProgramStateMachineType.getReadyNode()Get the ReadyStateTypeNode, ornullif it does not exist.ProgramStateMachineType.getRunningNode()Get the RunningStateTypeNode, ornullif it does not exist.ProgramStateMachineType.getSuspendedNode()Get the SuspendedStateTypeNode, ornullif it does not exist.ShelvedStateMachineType.getTimedShelvedNode()Get the TimedShelvedStateTypeNode, ornullif it does not exist.ShelvedStateMachineType.getUnshelvedNode()Get the UnshelvedStateTypeNode, ornullif it does not exist.Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return types with arguments of type StateTypeModifier and TypeMethodDescriptionCompletableFuture<? extends StateType>FileTransferStateMachineType.getApplyWriteNodeAsync()Asynchronous implementation ofFileTransferStateMachineType.getApplyWriteNode().CompletableFuture<? extends StateType>FileTransferStateMachineType.getErrorNodeAsync()Asynchronous implementation ofFileTransferStateMachineType.getErrorNode().CompletableFuture<? extends StateType>ProgramStateMachineType.getHaltedNodeAsync()Asynchronous implementation ofProgramStateMachineType.getHaltedNode().CompletableFuture<? extends StateType>ExclusiveLimitStateMachineType.getHighHighNodeAsync()Asynchronous implementation ofExclusiveLimitStateMachineType.getHighHighNode().CompletableFuture<? extends StateType>ExclusiveLimitStateMachineType.getHighNodeAsync()Asynchronous implementation ofExclusiveLimitStateMachineType.getHighNode().CompletableFuture<? extends StateType>ExclusiveLimitStateMachineType.getLowLowNodeAsync()Asynchronous implementation ofExclusiveLimitStateMachineType.getLowLowNode().CompletableFuture<? extends StateType>ExclusiveLimitStateMachineType.getLowNodeAsync()Asynchronous implementation ofExclusiveLimitStateMachineType.getLowNode().CompletableFuture<? extends StateType>ShelvedStateMachineType.getOneShotShelvedNodeAsync()Asynchronous implementation ofShelvedStateMachineType.getOneShotShelvedNode().CompletableFuture<? extends StateType>FileTransferStateMachineType.getReadPrepareNodeAsync()Asynchronous implementation ofFileTransferStateMachineType.getReadPrepareNode().CompletableFuture<? extends StateType>FileTransferStateMachineType.getReadTransferNodeAsync()Asynchronous implementation ofFileTransferStateMachineType.getReadTransferNode().CompletableFuture<? extends StateType>ProgramStateMachineType.getReadyNodeAsync()Asynchronous implementation ofProgramStateMachineType.getReadyNode().CompletableFuture<? extends StateType>ProgramStateMachineType.getRunningNodeAsync()Asynchronous implementation ofProgramStateMachineType.getRunningNode().CompletableFuture<? extends StateType>ProgramStateMachineType.getSuspendedNodeAsync()Asynchronous implementation ofProgramStateMachineType.getSuspendedNode().CompletableFuture<? extends StateType>ShelvedStateMachineType.getTimedShelvedNodeAsync()Asynchronous implementation ofShelvedStateMachineType.getTimedShelvedNode().CompletableFuture<? extends StateType>ShelvedStateMachineType.getUnshelvedNodeAsync()Asynchronous implementation ofShelvedStateMachineType.getUnshelvedNode().