| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.client.model.nodes.variables | |
| org.eclipse.milo.opcua.sdk.client.model.types.objects |
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionVariableTypeNode |
| Modifier and Type | Method and Description |
|---|---|
ConditionVariableType |
ConditionType.getCommentNode()
Get the Comment
ConditionVariableType Node, or null if it does not exist. |
ConditionVariableType |
ConditionType.getLastSeverityNode()
Get the LastSeverity
ConditionVariableType Node, or null if it does not exist. |
ConditionVariableType |
ConditionType.getQualityNode()
Get the Quality
ConditionVariableType Node, or null if it does not exist. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<? extends ConditionVariableType> |
ConditionType.getCommentNodeAsync()
Asynchronous implementation of
ConditionType.getCommentNode(). |
CompletableFuture<? extends ConditionVariableType> |
ConditionType.getLastSeverityNodeAsync()
Asynchronous implementation of
ConditionType.getLastSeverityNode(). |
CompletableFuture<? extends ConditionVariableType> |
ConditionType.getQualityNodeAsync()
Asynchronous implementation of
ConditionType.getQualityNode(). |
Copyright © 2021. All rights reserved.