public class TransitionTypeNode extends BaseObjectTypeNode implements TransitionType
TRANSITION_NUMBER| Constructor and Description |
|---|
TransitionTypeNode(OpcUaClient client,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass,
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getTransitionNumber()
Get the local value of the TransitionNumber Node.
|
PropertyTypeNode |
getTransitionNumberNode()
Get the TransitionNumber
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getTransitionNumberNodeAsync()
Asynchronous implementation of
TransitionType.getTransitionNumberNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readTransitionNumber()
Read the value of the TransitionNumber Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
readTransitionNumberAsync()
An asynchronous implementation of
TransitionType.readTransitionNumber(). |
void |
setTransitionNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger transitionNumber)
Set the local value of the TransitionNumber Node.
|
void |
writeTransitionNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger transitionNumber)
Write a new value for the TransitionNumber Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeTransitionNumberAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger transitionNumber)
An asynchronous implementation of
TransitionType.writeTransitionNumber(UInteger). |
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic TransitionTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getTransitionNumber()
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionTypeThe returned value is the last seen; it is not read live from the server.
getTransitionNumber in interface TransitionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TransitionNumber Node.public void setTransitionNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger transitionNumber)
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionTypeThe value is only updated locally; it is not written to the server.
setTransitionNumber in interface TransitionTypetransitionNumber - the local value to set for the TransitionNumber Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TransitionNumber Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readTransitionNumber()
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionTypereadTransitionNumber in interface TransitionTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeTransitionNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger transitionNumber)
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionTypewriteTransitionNumber in interface TransitionTypetransitionNumber - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readTransitionNumberAsync()
TransitionTypeTransitionType.readTransitionNumber().readTransitionNumberAsync in interface TransitionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTransitionNumberAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger transitionNumber)
TransitionTypeTransitionType.writeTransitionNumber(UInteger).writeTransitionNumberAsync in interface TransitionTypepublic PropertyTypeNode getTransitionNumberNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getTransitionNumberNode in interface TransitionTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getTransitionNumberNodeAsync()
TransitionTypeTransitionType.getTransitionNumberNode().getTransitionNumberNodeAsync in interface TransitionTypeCopyright © 2021. All rights reserved.