Class AggregateConfigurationTypeNode
- All Implemented Interfaces:
AggregateConfigurationType,BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.AggregateConfigurationType
PERCENT_DATA_BAD, PERCENT_DATA_GOOD, TREAT_UNCERTAIN_AS_BAD, USE_SLOPED_EXTRAPOLATION -
Constructor Summary
ConstructorsConstructorDescriptionAggregateConfigurationTypeNode(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.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteGet the local value of the PercentDataBad Node.Get the PercentDataBadPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAggregateConfigurationType.getPercentDataBadNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteGet the local value of the PercentDataGood Node.Get the PercentDataGoodPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAggregateConfigurationType.getPercentDataGoodNode().Get the local value of the TreatUncertainAsBad Node.Get the TreatUncertainAsBadPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAggregateConfigurationType.getTreatUncertainAsBadNode().Get the local value of the UseSlopedExtrapolation Node.Get the UseSlopedExtrapolationPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAggregateConfigurationType.getUseSlopedExtrapolationNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteRead the value of the PercentDataBad Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte>An asynchronous implementation ofAggregateConfigurationType.readPercentDataBad().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteRead the value of the PercentDataGood Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte>An asynchronous implementation ofAggregateConfigurationType.readPercentDataGood().Read the value of the TreatUncertainAsBad Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Boolean>An asynchronous implementation ofAggregateConfigurationType.readTreatUncertainAsBad().Read the value of the UseSlopedExtrapolation Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Boolean>An asynchronous implementation ofAggregateConfigurationType.readUseSlopedExtrapolation().voidsetPercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Set the local value of the PercentDataBad Node.voidsetPercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Set the local value of the PercentDataGood Node.voidsetTreatUncertainAsBad(Boolean value) Set the local value of the TreatUncertainAsBad Node.voidsetUseSlopedExtrapolation(Boolean value) Set the local value of the UseSlopedExtrapolation Node.voidwritePercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Write a new value for the PercentDataBad Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writePercentDataBadAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataBad) An asynchronous implementation ofAggregateConfigurationType.writePercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).voidwritePercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Write a new value for the PercentDataGood Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writePercentDataGoodAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataGood) An asynchronous implementation ofAggregateConfigurationType.writePercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).voidwriteTreatUncertainAsBad(Boolean value) Write a new value for the TreatUncertainAsBad Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeTreatUncertainAsBadAsync(Boolean treatUncertainAsBad) An asynchronous implementation ofAggregateConfigurationType.writeTreatUncertainAsBad(java.lang.Boolean).voidWrite a new value for the UseSlopedExtrapolation Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeUseSlopedExtrapolationAsync(Boolean useSlopedExtrapolation) An asynchronous implementation ofAggregateConfigurationType.writeUseSlopedExtrapolation(java.lang.Boolean).Methods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Constructor Details
-
AggregateConfigurationTypeNode
public AggregateConfigurationTypeNode(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.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
-
-
Method Details
-
getTreatUncertainAsBad
Description copied from interface:AggregateConfigurationTypeGet the local value of the TreatUncertainAsBad Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getTreatUncertainAsBadin interfaceAggregateConfigurationType- Returns:
- the local value of the TreatUncertainAsBad Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the TreatUncertainAsBad Node.
-
setTreatUncertainAsBad
public void setTreatUncertainAsBad(Boolean value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AggregateConfigurationTypeSet the local value of the TreatUncertainAsBad Node.The value is only updated locally; it is not written to the server.
- Specified by:
setTreatUncertainAsBadin interfaceAggregateConfigurationType- Parameters:
value- the local value to set for the TreatUncertainAsBad Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the TreatUncertainAsBad Node.
-
readTreatUncertainAsBad
Description copied from interface:AggregateConfigurationTypeRead the value of the TreatUncertainAsBad Node from the server and update the local value if the operation succeeds.- Specified by:
readTreatUncertainAsBadin interfaceAggregateConfigurationType- Returns:
- the
Booleanvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeTreatUncertainAsBad
public void writeTreatUncertainAsBad(Boolean value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AggregateConfigurationTypeWrite a new value for the TreatUncertainAsBad Node to the server and update the local value if the operation succeeds.- Specified by:
writeTreatUncertainAsBadin interfaceAggregateConfigurationType- Parameters:
value- theBooleanvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readTreatUncertainAsBadAsync
Description copied from interface:AggregateConfigurationTypeAn asynchronous implementation ofAggregateConfigurationType.readTreatUncertainAsBad().- Specified by:
readTreatUncertainAsBadAsyncin interfaceAggregateConfigurationType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeTreatUncertainAsBadAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTreatUncertainAsBadAsync(Boolean treatUncertainAsBad) Description copied from interface:AggregateConfigurationTypeAn asynchronous implementation ofAggregateConfigurationType.writeTreatUncertainAsBad(java.lang.Boolean).- Specified by:
writeTreatUncertainAsBadAsyncin interfaceAggregateConfigurationType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getTreatUncertainAsBadNode
public PropertyTypeNode getTreatUncertainAsBadNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AggregateConfigurationTypeGet the TreatUncertainAsBadPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getTreatUncertainAsBadNodein interfaceAggregateConfigurationType- Returns:
- the TreatUncertainAsBad
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getTreatUncertainAsBadNodeAsync
Description copied from interface:AggregateConfigurationTypeAsynchronous implementation ofAggregateConfigurationType.getTreatUncertainAsBadNode().- Specified by:
getTreatUncertainAsBadNodeAsyncin interfaceAggregateConfigurationType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getPercentDataBad
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getPercentDataBad() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AggregateConfigurationTypeGet the local value of the PercentDataBad Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getPercentDataBadin interfaceAggregateConfigurationType- Returns:
- the local value of the PercentDataBad Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PercentDataBad Node.
-
setPercentDataBad
public void setPercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AggregateConfigurationTypeSet the local value of the PercentDataBad Node.The value is only updated locally; it is not written to the server.
- Specified by:
setPercentDataBadin interfaceAggregateConfigurationType- Parameters:
value- the local value to set for the PercentDataBad Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PercentDataBad Node.
-
readPercentDataBad
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readPercentDataBad() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AggregateConfigurationTypeRead the value of the PercentDataBad Node from the server and update the local value if the operation succeeds.- Specified by:
readPercentDataBadin interfaceAggregateConfigurationType- Returns:
- the
UBytevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePercentDataBad
public void writePercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AggregateConfigurationTypeWrite a new value for the PercentDataBad Node to the server and update the local value if the operation succeeds.- Specified by:
writePercentDataBadin interfaceAggregateConfigurationType- Parameters:
value- theUBytevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readPercentDataBadAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> readPercentDataBadAsync()Description copied from interface:AggregateConfigurationTypeAn asynchronous implementation ofAggregateConfigurationType.readPercentDataBad().- Specified by:
readPercentDataBadAsyncin interfaceAggregateConfigurationType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePercentDataBadAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePercentDataBadAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataBad) Description copied from interface:AggregateConfigurationTypeAn asynchronous implementation ofAggregateConfigurationType.writePercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).- Specified by:
writePercentDataBadAsyncin interfaceAggregateConfigurationType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPercentDataBadNode
public PropertyTypeNode getPercentDataBadNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AggregateConfigurationTypeGet the PercentDataBadPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getPercentDataBadNodein interfaceAggregateConfigurationType- Returns:
- the PercentDataBad
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPercentDataBadNodeAsync
Description copied from interface:AggregateConfigurationTypeAsynchronous implementation ofAggregateConfigurationType.getPercentDataBadNode().- Specified by:
getPercentDataBadNodeAsyncin interfaceAggregateConfigurationType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getPercentDataGood
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getPercentDataGood() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AggregateConfigurationTypeGet the local value of the PercentDataGood Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getPercentDataGoodin interfaceAggregateConfigurationType- Returns:
- the local value of the PercentDataGood Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PercentDataGood Node.
-
setPercentDataGood
public void setPercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AggregateConfigurationTypeSet the local value of the PercentDataGood Node.The value is only updated locally; it is not written to the server.
- Specified by:
setPercentDataGoodin interfaceAggregateConfigurationType- Parameters:
value- the local value to set for the PercentDataGood Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PercentDataGood Node.
-
readPercentDataGood
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readPercentDataGood() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AggregateConfigurationTypeRead the value of the PercentDataGood Node from the server and update the local value if the operation succeeds.- Specified by:
readPercentDataGoodin interfaceAggregateConfigurationType- Returns:
- the
UBytevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePercentDataGood
public void writePercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AggregateConfigurationTypeWrite a new value for the PercentDataGood Node to the server and update the local value if the operation succeeds.- Specified by:
writePercentDataGoodin interfaceAggregateConfigurationType- Parameters:
value- theUBytevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readPercentDataGoodAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> readPercentDataGoodAsync()Description copied from interface:AggregateConfigurationTypeAn asynchronous implementation ofAggregateConfigurationType.readPercentDataGood().- Specified by:
readPercentDataGoodAsyncin interfaceAggregateConfigurationType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePercentDataGoodAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePercentDataGoodAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataGood) Description copied from interface:AggregateConfigurationTypeAn asynchronous implementation ofAggregateConfigurationType.writePercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).- Specified by:
writePercentDataGoodAsyncin interfaceAggregateConfigurationType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPercentDataGoodNode
public PropertyTypeNode getPercentDataGoodNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AggregateConfigurationTypeGet the PercentDataGoodPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getPercentDataGoodNodein interfaceAggregateConfigurationType- Returns:
- the PercentDataGood
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPercentDataGoodNodeAsync
Description copied from interface:AggregateConfigurationTypeAsynchronous implementation ofAggregateConfigurationType.getPercentDataGoodNode().- Specified by:
getPercentDataGoodNodeAsyncin interfaceAggregateConfigurationType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getUseSlopedExtrapolation
Description copied from interface:AggregateConfigurationTypeGet the local value of the UseSlopedExtrapolation Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getUseSlopedExtrapolationin interfaceAggregateConfigurationType- Returns:
- the local value of the UseSlopedExtrapolation Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UseSlopedExtrapolation Node.
-
setUseSlopedExtrapolation
public void setUseSlopedExtrapolation(Boolean value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AggregateConfigurationTypeSet the local value of the UseSlopedExtrapolation Node.The value is only updated locally; it is not written to the server.
- Specified by:
setUseSlopedExtrapolationin interfaceAggregateConfigurationType- Parameters:
value- the local value to set for the UseSlopedExtrapolation Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UseSlopedExtrapolation Node.
-
readUseSlopedExtrapolation
Description copied from interface:AggregateConfigurationTypeRead the value of the UseSlopedExtrapolation Node from the server and update the local value if the operation succeeds.- Specified by:
readUseSlopedExtrapolationin interfaceAggregateConfigurationType- Returns:
- the
Booleanvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeUseSlopedExtrapolation
public void writeUseSlopedExtrapolation(Boolean value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AggregateConfigurationTypeWrite a new value for the UseSlopedExtrapolation Node to the server and update the local value if the operation succeeds.- Specified by:
writeUseSlopedExtrapolationin interfaceAggregateConfigurationType- Parameters:
value- theBooleanvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readUseSlopedExtrapolationAsync
Description copied from interface:AggregateConfigurationTypeAn asynchronous implementation ofAggregateConfigurationType.readUseSlopedExtrapolation().- Specified by:
readUseSlopedExtrapolationAsyncin interfaceAggregateConfigurationType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeUseSlopedExtrapolationAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUseSlopedExtrapolationAsync(Boolean useSlopedExtrapolation) Description copied from interface:AggregateConfigurationTypeAn asynchronous implementation ofAggregateConfigurationType.writeUseSlopedExtrapolation(java.lang.Boolean).- Specified by:
writeUseSlopedExtrapolationAsyncin interfaceAggregateConfigurationType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getUseSlopedExtrapolationNode
public PropertyTypeNode getUseSlopedExtrapolationNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AggregateConfigurationTypeGet the UseSlopedExtrapolationPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getUseSlopedExtrapolationNodein interfaceAggregateConfigurationType- Returns:
- the UseSlopedExtrapolation
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getUseSlopedExtrapolationNodeAsync
Description copied from interface:AggregateConfigurationTypeAsynchronous implementation ofAggregateConfigurationType.getUseSlopedExtrapolationNode().- Specified by:
getUseSlopedExtrapolationNodeAsyncin interfaceAggregateConfigurationType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-