public class AggregateConfigurationTypeNode extends BaseObjectTypeNode implements AggregateConfigurationType
PERCENT_DATA_BAD, PERCENT_DATA_GOOD, TREAT_UNCERTAIN_AS_BAD, USE_SLOPED_EXTRAPOLATION| Constructor and Description |
|---|
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.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte |
getPercentDataBad()
Get the local value of the PercentDataBad Node.
|
PropertyTypeNode |
getPercentDataBadNode()
Get the PercentDataBad
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getPercentDataBadNodeAsync()
Asynchronous implementation of
AggregateConfigurationType.getPercentDataBadNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte |
getPercentDataGood()
Get the local value of the PercentDataGood Node.
|
PropertyTypeNode |
getPercentDataGoodNode()
Get the PercentDataGood
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getPercentDataGoodNodeAsync()
Asynchronous implementation of
AggregateConfigurationType.getPercentDataGoodNode(). |
Boolean |
getTreatUncertainAsBad()
Get the local value of the TreatUncertainAsBad Node.
|
PropertyTypeNode |
getTreatUncertainAsBadNode()
Get the TreatUncertainAsBad
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getTreatUncertainAsBadNodeAsync()
Asynchronous implementation of
AggregateConfigurationType.getTreatUncertainAsBadNode(). |
Boolean |
getUseSlopedExtrapolation()
Get the local value of the UseSlopedExtrapolation Node.
|
PropertyTypeNode |
getUseSlopedExtrapolationNode()
Get the UseSlopedExtrapolation
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getUseSlopedExtrapolationNodeAsync()
Asynchronous implementation of
AggregateConfigurationType.getUseSlopedExtrapolationNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte |
readPercentDataBad()
Read 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> |
readPercentDataBadAsync()
An asynchronous implementation of
AggregateConfigurationType.readPercentDataBad(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte |
readPercentDataGood()
Read 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> |
readPercentDataGoodAsync()
An asynchronous implementation of
AggregateConfigurationType.readPercentDataGood(). |
Boolean |
readTreatUncertainAsBad()
Read the value of the TreatUncertainAsBad Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readTreatUncertainAsBadAsync()
An asynchronous implementation of
AggregateConfigurationType.readTreatUncertainAsBad(). |
Boolean |
readUseSlopedExtrapolation()
Read the value of the UseSlopedExtrapolation Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readUseSlopedExtrapolationAsync()
An asynchronous implementation of
AggregateConfigurationType.readUseSlopedExtrapolation(). |
void |
setPercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataBad)
Set the local value of the PercentDataBad Node.
|
void |
setPercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataGood)
Set the local value of the PercentDataGood Node.
|
void |
setTreatUncertainAsBad(Boolean treatUncertainAsBad)
Set the local value of the TreatUncertainAsBad Node.
|
void |
setUseSlopedExtrapolation(Boolean useSlopedExtrapolation)
Set the local value of the UseSlopedExtrapolation Node.
|
void |
writePercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataBad)
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 of
AggregateConfigurationType.writePercentDataBad(UByte). |
void |
writePercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataGood)
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 of
AggregateConfigurationType.writePercentDataGood(UByte). |
void |
writeTreatUncertainAsBad(Boolean treatUncertainAsBad)
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 of
AggregateConfigurationType.writeTreatUncertainAsBad(Boolean). |
void |
writeUseSlopedExtrapolation(Boolean useSlopedExtrapolation)
Write 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 of
AggregateConfigurationType.writeUseSlopedExtrapolation(Boolean). |
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 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.builtin.unsigned.UByte eventNotifier)
public Boolean getTreatUncertainAsBad() throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getTreatUncertainAsBad in interface AggregateConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TreatUncertainAsBad Node.public void setTreatUncertainAsBad(Boolean treatUncertainAsBad) throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypeThe value is only updated locally; it is not written to the server.
setTreatUncertainAsBad in interface AggregateConfigurationTypetreatUncertainAsBad - the local value to set for the TreatUncertainAsBad Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TreatUncertainAsBad Node.public Boolean readTreatUncertainAsBad() throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypereadTreatUncertainAsBad in interface AggregateConfigurationTypeBoolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeTreatUncertainAsBad(Boolean treatUncertainAsBad) throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypewriteTreatUncertainAsBad in interface AggregateConfigurationTypetreatUncertainAsBad - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Boolean> readTreatUncertainAsBadAsync()
AggregateConfigurationTypeAggregateConfigurationType.readTreatUncertainAsBad().readTreatUncertainAsBadAsync in interface AggregateConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTreatUncertainAsBadAsync(Boolean treatUncertainAsBad)
AggregateConfigurationTypeAggregateConfigurationType.writeTreatUncertainAsBad(Boolean).writeTreatUncertainAsBadAsync in interface AggregateConfigurationTypepublic PropertyTypeNode getTreatUncertainAsBadNode() throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getTreatUncertainAsBadNode in interface AggregateConfigurationTypePropertyType 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> getTreatUncertainAsBadNodeAsync()
AggregateConfigurationTypeAggregateConfigurationType.getTreatUncertainAsBadNode().getTreatUncertainAsBadNodeAsync in interface AggregateConfigurationTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getPercentDataBad()
throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getPercentDataBad in interface AggregateConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PercentDataBad Node.public void setPercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataBad)
throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypeThe value is only updated locally; it is not written to the server.
setPercentDataBad in interface AggregateConfigurationTypepercentDataBad - the local value to set for the PercentDataBad Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PercentDataBad Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readPercentDataBad()
throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypereadPercentDataBad in interface AggregateConfigurationTypeUByte value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writePercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataBad)
throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypewritePercentDataBad in interface AggregateConfigurationTypepercentDataBad - the UByte 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.UByte> readPercentDataBadAsync()
AggregateConfigurationTypeAggregateConfigurationType.readPercentDataBad().readPercentDataBadAsync in interface AggregateConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePercentDataBadAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataBad)
AggregateConfigurationTypeAggregateConfigurationType.writePercentDataBad(UByte).writePercentDataBadAsync in interface AggregateConfigurationTypepublic PropertyTypeNode getPercentDataBadNode() throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getPercentDataBadNode in interface AggregateConfigurationTypePropertyType 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> getPercentDataBadNodeAsync()
AggregateConfigurationTypeAggregateConfigurationType.getPercentDataBadNode().getPercentDataBadNodeAsync in interface AggregateConfigurationTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getPercentDataGood()
throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getPercentDataGood in interface AggregateConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PercentDataGood Node.public void setPercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataGood)
throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypeThe value is only updated locally; it is not written to the server.
setPercentDataGood in interface AggregateConfigurationTypepercentDataGood - the local value to set for the PercentDataGood Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PercentDataGood Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readPercentDataGood()
throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypereadPercentDataGood in interface AggregateConfigurationTypeUByte value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writePercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataGood)
throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypewritePercentDataGood in interface AggregateConfigurationTypepercentDataGood - the UByte 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.UByte> readPercentDataGoodAsync()
AggregateConfigurationTypeAggregateConfigurationType.readPercentDataGood().readPercentDataGoodAsync in interface AggregateConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePercentDataGoodAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataGood)
AggregateConfigurationTypeAggregateConfigurationType.writePercentDataGood(UByte).writePercentDataGoodAsync in interface AggregateConfigurationTypepublic PropertyTypeNode getPercentDataGoodNode() throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getPercentDataGoodNode in interface AggregateConfigurationTypePropertyType 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> getPercentDataGoodNodeAsync()
AggregateConfigurationTypeAggregateConfigurationType.getPercentDataGoodNode().getPercentDataGoodNodeAsync in interface AggregateConfigurationTypepublic Boolean getUseSlopedExtrapolation() throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getUseSlopedExtrapolation in interface AggregateConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UseSlopedExtrapolation Node.public void setUseSlopedExtrapolation(Boolean useSlopedExtrapolation) throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypeThe value is only updated locally; it is not written to the server.
setUseSlopedExtrapolation in interface AggregateConfigurationTypeuseSlopedExtrapolation - the local value to set for the UseSlopedExtrapolation Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UseSlopedExtrapolation Node.public Boolean readUseSlopedExtrapolation() throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypereadUseSlopedExtrapolation in interface AggregateConfigurationTypeBoolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeUseSlopedExtrapolation(Boolean useSlopedExtrapolation) throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypewriteUseSlopedExtrapolation in interface AggregateConfigurationTypeuseSlopedExtrapolation - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Boolean> readUseSlopedExtrapolationAsync()
AggregateConfigurationTypeAggregateConfigurationType.readUseSlopedExtrapolation().readUseSlopedExtrapolationAsync in interface AggregateConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUseSlopedExtrapolationAsync(Boolean useSlopedExtrapolation)
AggregateConfigurationTypeAggregateConfigurationType.writeUseSlopedExtrapolation(Boolean).writeUseSlopedExtrapolationAsync in interface AggregateConfigurationTypepublic PropertyTypeNode getUseSlopedExtrapolationNode() throws org.eclipse.milo.opcua.stack.core.UaException
AggregateConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getUseSlopedExtrapolationNode in interface AggregateConfigurationTypePropertyType 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> getUseSlopedExtrapolationNodeAsync()
AggregateConfigurationTypeAggregateConfigurationType.getUseSlopedExtrapolationNode().getUseSlopedExtrapolationNodeAsync in interface AggregateConfigurationTypeCopyright © 2021. All rights reserved.