public class TransitionVariableTypeNode extends BaseDataVariableTypeNode implements TransitionVariableType
EFFECTIVE_TRANSITION_TIME, ID, NAME, NUMBER, TRANSITION_TIME| Constructor and Description |
|---|
TransitionVariableTypeNode(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.DataValue value,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType,
Integer valueRank,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel,
Double minimumSamplingInterval,
Boolean historizing) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getEffectiveTransitionTime()
Get the local value of the EffectiveTransitionTime Node.
|
PropertyTypeNode |
getEffectiveTransitionTimeNode()
Get the EffectiveTransitionTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getEffectiveTransitionTimeNodeAsync()
Asynchronous implementation of
TransitionVariableType.getEffectiveTransitionTimeNode(). |
Object |
getId()
Get the local value of the Id Node.
|
PropertyTypeNode |
getIdNode()
Get the Id
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getIdNodeAsync()
Asynchronous implementation of
TransitionVariableType.getIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName |
getName()
Get the local value of the Name Node.
|
PropertyTypeNode |
getNameNode()
Get the Name
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getNameNodeAsync()
Asynchronous implementation of
TransitionVariableType.getNameNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getNumber()
Get the local value of the Number Node.
|
PropertyTypeNode |
getNumberNode()
Get the Number
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getNumberNodeAsync()
Asynchronous implementation of
TransitionVariableType.getNumberNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getTransitionTime()
Get the local value of the TransitionTime Node.
|
PropertyTypeNode |
getTransitionTimeNode()
Get the TransitionTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getTransitionTimeNodeAsync()
Asynchronous implementation of
TransitionVariableType.getTransitionTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readEffectiveTransitionTime()
Read the value of the EffectiveTransitionTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readEffectiveTransitionTimeAsync()
An asynchronous implementation of
TransitionVariableType.readEffectiveTransitionTime(). |
Object |
readId()
Read the value of the Id Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<?> |
readIdAsync()
An asynchronous implementation of
TransitionVariableType.readId(). |
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName |
readName()
Read the value of the Name Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName> |
readNameAsync()
An asynchronous implementation of
TransitionVariableType.readName(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readNumber()
Read the value of the Number 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> |
readNumberAsync()
An asynchronous implementation of
TransitionVariableType.readNumber(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readTransitionTime()
Read the value of the TransitionTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readTransitionTimeAsync()
An asynchronous implementation of
TransitionVariableType.readTransitionTime(). |
void |
setEffectiveTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime effectiveTransitionTime)
Set the local value of the EffectiveTransitionTime Node.
|
void |
setId(Object id)
Set the local value of the Id Node.
|
void |
setName(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName name)
Set the local value of the Name Node.
|
void |
setNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger number)
Set the local value of the Number Node.
|
void |
setTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime transitionTime)
Set the local value of the TransitionTime Node.
|
void |
writeEffectiveTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime effectiveTransitionTime)
Write a new value for the EffectiveTransitionTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEffectiveTransitionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime effectiveTransitionTime)
An asynchronous implementation of
TransitionVariableType.writeEffectiveTransitionTime(DateTime). |
void |
writeId(Object id)
Write a new value for the Id Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeIdAsync(Object id)
An asynchronous implementation of
TransitionVariableType.writeId(Object). |
void |
writeName(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName name)
Write a new value for the Name Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNameAsync(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName name)
An asynchronous implementation of
TransitionVariableType.writeName(QualifiedName). |
void |
writeNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger number)
Write a new value for the Number Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNumberAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger number)
An asynchronous implementation of
TransitionVariableType.writeNumber(UInteger). |
void |
writeTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime transitionTime)
Write a new value for the TransitionTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeTransitionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime transitionTime)
An asynchronous implementation of
TransitionVariableType.writeTransitionTime(DateTime). |
getAccessLevel, getArrayDimensions, getAttributeValue, getDataType, getHistorizing, getMinimumSamplingInterval, getTypeDefinition, getTypeDefinitionAsync, getUserAccessLevel, getValue, getValueRank, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readAccessLevel, readAllowNullsAsync, readArrayDimensions, readDataType, readDataTypeVersionAsync, readDictionaryFragmentAsync, readEngineeringUnitsAsync, readHistorizing, readLocalTimeAsync, readMaxArrayLengthAsync, readMaxStringLengthAsync, readMinimumSamplingInterval, readNodeVersionAsync, readUserAccessLevel, readValue, readValueAsTextAsync, readValueRank, setAccessLevel, setArrayDimensions, setAttributeValue, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValue, setValueRank, writeAccessLevel, writeAllowNullsAsync, writeArrayDimensions, writeDataType, writeDataTypeVersionAsync, writeDictionaryFragmentAsync, writeEngineeringUnitsAsync, writeHistorizing, writeLocalTimeAsync, writeMaxArrayLengthAsync, writeMaxStringLengthAsync, writeMinimumSamplingInterval, writeNodeVersionAsync, writeUserAccessLevel, writeValue, writeValue, writeValueAsTextAsync, writeValueRankbrowse, 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, waitgetAccessLevel, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRankgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic TransitionVariableTypeNode(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.DataValue value, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing)
public Object getId() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypeThe returned value is the last seen; it is not read live from the server.
getId in interface TransitionVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Id Node.public void setId(Object id) throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypeThe value is only updated locally; it is not written to the server.
setId in interface TransitionVariableTypeid - the local value to set for the Id Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Id Node.public Object readId() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypereadId in interface TransitionVariableTypeObject value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeId(Object id) throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypewriteId in interface TransitionVariableTypeid - the Object value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<?> readIdAsync()
TransitionVariableTypeTransitionVariableType.readId().readIdAsync in interface TransitionVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeIdAsync(Object id)
TransitionVariableTypeTransitionVariableType.writeId(Object).writeIdAsync in interface TransitionVariableTypepublic PropertyTypeNode getIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getIdNode in interface TransitionVariableTypePropertyType 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> getIdNodeAsync()
TransitionVariableTypeTransitionVariableType.getIdNode().getIdNodeAsync in interface TransitionVariableTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName getName()
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypeThe returned value is the last seen; it is not read live from the server.
getName in interface TransitionVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Name Node.public void setName(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName name)
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypeThe value is only updated locally; it is not written to the server.
setName in interface TransitionVariableTypename - the local value to set for the Name Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Name Node.public org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName readName()
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypereadName in interface TransitionVariableTypeQualifiedName value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeName(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName name)
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypewriteName in interface TransitionVariableTypename - the QualifiedName 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.QualifiedName> readNameAsync()
TransitionVariableTypeTransitionVariableType.readName().readNameAsync in interface TransitionVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNameAsync(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName name)
TransitionVariableTypeTransitionVariableType.writeName(QualifiedName).writeNameAsync in interface TransitionVariableTypepublic PropertyTypeNode getNameNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getNameNode in interface TransitionVariableTypePropertyType 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> getNameNodeAsync()
TransitionVariableTypeTransitionVariableType.getNameNode().getNameNodeAsync in interface TransitionVariableTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getNumber()
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypeThe returned value is the last seen; it is not read live from the server.
getNumber in interface TransitionVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Number Node.public void setNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger number)
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypeThe value is only updated locally; it is not written to the server.
setNumber in interface TransitionVariableTypenumber - the local value to set for the Number Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Number Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readNumber()
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypereadNumber in interface TransitionVariableTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger number)
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypewriteNumber in interface TransitionVariableTypenumber - 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> readNumberAsync()
TransitionVariableTypeTransitionVariableType.readNumber().readNumberAsync in interface TransitionVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNumberAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger number)
TransitionVariableTypeTransitionVariableType.writeNumber(UInteger).writeNumberAsync in interface TransitionVariableTypepublic PropertyTypeNode getNumberNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getNumberNode in interface TransitionVariableTypePropertyType 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> getNumberNodeAsync()
TransitionVariableTypeTransitionVariableType.getNumberNode().getNumberNodeAsync in interface TransitionVariableTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getTransitionTime()
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypeThe returned value is the last seen; it is not read live from the server.
getTransitionTime in interface TransitionVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TransitionTime Node.public void setTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime transitionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypeThe value is only updated locally; it is not written to the server.
setTransitionTime in interface TransitionVariableTypetransitionTime - the local value to set for the TransitionTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TransitionTime Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readTransitionTime()
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypereadTransitionTime in interface TransitionVariableTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime transitionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypewriteTransitionTime in interface TransitionVariableTypetransitionTime - the DateTime 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.DateTime> readTransitionTimeAsync()
TransitionVariableTypeTransitionVariableType.readTransitionTime().readTransitionTimeAsync in interface TransitionVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTransitionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime transitionTime)
TransitionVariableTypeTransitionVariableType.writeTransitionTime(DateTime).writeTransitionTimeAsync in interface TransitionVariableTypepublic PropertyTypeNode getTransitionTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getTransitionTimeNode in interface TransitionVariableTypePropertyType 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> getTransitionTimeNodeAsync()
TransitionVariableTypeTransitionVariableType.getTransitionTimeNode().getTransitionTimeNodeAsync in interface TransitionVariableTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getEffectiveTransitionTime()
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypeThe returned value is the last seen; it is not read live from the server.
getEffectiveTransitionTime in interface TransitionVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EffectiveTransitionTime Node.public void setEffectiveTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime effectiveTransitionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypeThe value is only updated locally; it is not written to the server.
setEffectiveTransitionTime in interface TransitionVariableTypeeffectiveTransitionTime - the local value to set for the EffectiveTransitionTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EffectiveTransitionTime Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readEffectiveTransitionTime()
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypereadEffectiveTransitionTime in interface TransitionVariableTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeEffectiveTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime effectiveTransitionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypewriteEffectiveTransitionTime in interface TransitionVariableTypeeffectiveTransitionTime - the DateTime 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.DateTime> readEffectiveTransitionTimeAsync()
TransitionVariableTypeTransitionVariableType.readEffectiveTransitionTime().readEffectiveTransitionTimeAsync in interface TransitionVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEffectiveTransitionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime effectiveTransitionTime)
TransitionVariableTypeTransitionVariableType.writeEffectiveTransitionTime(DateTime).writeEffectiveTransitionTimeAsync in interface TransitionVariableTypepublic PropertyTypeNode getEffectiveTransitionTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionVariableTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getEffectiveTransitionTimeNode in interface TransitionVariableTypePropertyType 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> getEffectiveTransitionTimeNodeAsync()
TransitionVariableTypeTransitionVariableType.getEffectiveTransitionTimeNode().getEffectiveTransitionTimeNodeAsync in interface TransitionVariableTypeCopyright © 2021. All rights reserved.