Class ArrayItemTypeNode
- All Implemented Interfaces:
ArrayItemType,BaseDataVariableType,BaseVariableType,DataItemType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.VariableNode
- Direct Known Subclasses:
CubeItemTypeNode,ImageItemTypeNode,NDimensionArrayItemTypeNode,XYArrayItemTypeNode,YArrayItemTypeNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.variables.ArrayItemType
AXIS_SCALE_TYPE, ENGINEERING_UNITS, EU_RANGE, INSTRUMENT_RANGE, TITLEFields inherited from interface org.eclipse.milo.opcua.sdk.client.model.variables.DataItemType
DEFINITION, VALUE_PRECISION -
Constructor Summary
ConstructorsConstructorDescriptionArrayItemTypeNode(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.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, org.eclipse.milo.opcua.stack.core.types.structured.AccessLevelExType accessLevelEx) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumerationGet the local value of the AxisScaleType Node.Get the AxisScaleTypePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofArrayItemType.getAxisScaleTypeNode().org.eclipse.milo.opcua.stack.core.types.structured.EUInformationGet the local value of the EngineeringUnits Node.Get the EngineeringUnitsPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofArrayItemType.getEngineeringUnitsNode().org.eclipse.milo.opcua.stack.core.types.structured.RangeGet the local value of the EURange Node.Get the EURangePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofArrayItemType.getEuRangeNode().org.eclipse.milo.opcua.stack.core.types.structured.RangeGet the local value of the InstrumentRange Node.Get the InstrumentRangePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofArrayItemType.getInstrumentRangeNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextgetTitle()Get the local value of the Title Node.Get the TitlePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofArrayItemType.getTitleNode().org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumerationRead the value of the AxisScaleType Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumeration>An asynchronous implementation ofArrayItemType.readAxisScaleType().org.eclipse.milo.opcua.stack.core.types.structured.EUInformationRead the value of the EngineeringUnits Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.EUInformation>Get the value of theVariableNodeProperties.EngineeringUnitsProperty, if it exists.org.eclipse.milo.opcua.stack.core.types.structured.RangeRead the value of the EURange Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.Range>An asynchronous implementation ofArrayItemType.readEuRange().org.eclipse.milo.opcua.stack.core.types.structured.RangeRead the value of the InstrumentRange Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.Range>An asynchronous implementation ofArrayItemType.readInstrumentRange().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextRead the value of the Title Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText>An asynchronous implementation ofArrayItemType.readTitle().voidsetAxisScaleType(org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumeration value) Set the local value of the AxisScaleType Node.voidsetEngineeringUnits(org.eclipse.milo.opcua.stack.core.types.structured.EUInformation value) Set the local value of the EngineeringUnits Node.voidsetEuRange(org.eclipse.milo.opcua.stack.core.types.structured.Range value) Set the local value of the EURange Node.voidsetInstrumentRange(org.eclipse.milo.opcua.stack.core.types.structured.Range value) Set the local value of the InstrumentRange Node.voidsetTitle(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Set the local value of the Title Node.voidwriteAxisScaleType(org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumeration value) Write a new value for the AxisScaleType Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeAxisScaleTypeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumeration axisScaleType) An asynchronous implementation ofArrayItemType.writeAxisScaleType(org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumeration).voidwriteEngineeringUnits(org.eclipse.milo.opcua.stack.core.types.structured.EUInformation value) Write a new value for the EngineeringUnits Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeEngineeringUnitsAsync(org.eclipse.milo.opcua.stack.core.types.structured.EUInformation engineeringUnits) Set the value of theVariableNodeProperties.EngineeringUnitsProperty, if it exists.voidwriteEuRange(org.eclipse.milo.opcua.stack.core.types.structured.Range value) Write a new value for the EURange Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeEuRangeAsync(org.eclipse.milo.opcua.stack.core.types.structured.Range euRange) An asynchronous implementation ofArrayItemType.writeEuRange(org.eclipse.milo.opcua.stack.core.types.structured.Range).voidwriteInstrumentRange(org.eclipse.milo.opcua.stack.core.types.structured.Range value) Write a new value for the InstrumentRange Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeInstrumentRangeAsync(org.eclipse.milo.opcua.stack.core.types.structured.Range instrumentRange) An asynchronous implementation ofArrayItemType.writeInstrumentRange(org.eclipse.milo.opcua.stack.core.types.structured.Range).voidwriteTitle(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Write a new value for the Title Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeTitleAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText title) An asynchronous implementation ofArrayItemType.writeTitle(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).Methods inherited from class org.eclipse.milo.opcua.sdk.client.model.variables.DataItemTypeNode
getDefinition, getDefinitionNode, getDefinitionNodeAsync, getValuePrecision, getValuePrecisionNode, getValuePrecisionNodeAsync, readDefinition, readDefinitionAsync, readValuePrecision, readValuePrecisionAsync, setDefinition, setValuePrecision, writeDefinition, writeDefinitionAsync, writeValuePrecision, writeValuePrecisionAsyncMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaVariableNode
getAccessLevel, getAccessLevelEx, getArrayDimensions, getAttributeValue, getDataType, getHistorizing, getMinimumSamplingInterval, getTypeDefinition, getTypeDefinitionAsync, getUserAccessLevel, getValue, getValueRank, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readAccessLevel, readAccessLevelEx, readAllowNullsAsync, readArrayDimensions, readDataType, readDataTypeVersionAsync, readDictionaryFragmentAsync, readHistorizing, readLocalTimeAsync, readMaxArrayLengthAsync, readMaxStringLengthAsync, readMinimumSamplingInterval, readNodeVersionAsync, readUserAccessLevel, readValue, readValueAsTextAsync, readValueRank, setAccessLevel, setAccessLevelEx, setArrayDimensions, setAttributeValue, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValue, setValueRank, writeAccessLevel, writeAccessLevelEx, writeAllowNullsAsync, writeArrayDimensions, writeDataType, writeDataTypeVersionAsync, writeDictionaryFragmentAsync, writeHistorizing, writeLocalTimeAsync, writeMaxArrayLengthAsync, writeMaxStringLengthAsync, writeMinimumSamplingInterval, writeNodeVersionAsync, writeUserAccessLevel, writeValue, writeValue, writeValueAsTextAsync, writeValueRankMethods 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.client.model.variables.DataItemType
getDefinition, getDefinitionNode, getDefinitionNodeAsync, getValuePrecision, getValuePrecisionNode, getValuePrecisionNodeAsync, readDefinition, readDefinitionAsync, readValuePrecision, readValuePrecisionAsync, setDefinition, setValuePrecision, writeDefinition, writeDefinitionAsync, writeValuePrecision, writeValuePrecisionAsyncMethods 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.VariableNode
getAccessLevel, getAccessLevelEx, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setAccessLevelEx, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRank
-
Constructor Details
-
ArrayItemTypeNode
public ArrayItemTypeNode(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.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, org.eclipse.milo.opcua.stack.core.types.structured.AccessLevelExType accessLevelEx)
-
-
Method Details
-
getInstrumentRange
public org.eclipse.milo.opcua.stack.core.types.structured.Range getInstrumentRange() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ArrayItemTypeGet the local value of the InstrumentRange Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getInstrumentRangein interfaceArrayItemType- Returns:
- the local value of the InstrumentRange Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the InstrumentRange Node.
-
setInstrumentRange
public void setInstrumentRange(org.eclipse.milo.opcua.stack.core.types.structured.Range value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ArrayItemTypeSet the local value of the InstrumentRange Node.The value is only updated locally; it is not written to the server.
- Specified by:
setInstrumentRangein interfaceArrayItemType- Parameters:
value- the local value to set for the InstrumentRange Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the InstrumentRange Node.
-
readInstrumentRange
public org.eclipse.milo.opcua.stack.core.types.structured.Range readInstrumentRange() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ArrayItemTypeRead the value of the InstrumentRange Node from the server and update the local value if the operation succeeds.- Specified by:
readInstrumentRangein interfaceArrayItemType- Returns:
- the
Rangevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeInstrumentRange
public void writeInstrumentRange(org.eclipse.milo.opcua.stack.core.types.structured.Range value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ArrayItemTypeWrite a new value for the InstrumentRange Node to the server and update the local value if the operation succeeds.- Specified by:
writeInstrumentRangein interfaceArrayItemType- Parameters:
value- theRangevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readInstrumentRangeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.Range> readInstrumentRangeAsync()Description copied from interface:ArrayItemTypeAn asynchronous implementation ofArrayItemType.readInstrumentRange().- Specified by:
readInstrumentRangeAsyncin interfaceArrayItemType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeInstrumentRangeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeInstrumentRangeAsync(org.eclipse.milo.opcua.stack.core.types.structured.Range instrumentRange) Description copied from interface:ArrayItemTypeAn asynchronous implementation ofArrayItemType.writeInstrumentRange(org.eclipse.milo.opcua.stack.core.types.structured.Range).- Specified by:
writeInstrumentRangeAsyncin interfaceArrayItemType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getInstrumentRangeNode
public PropertyTypeNode getInstrumentRangeNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ArrayItemTypeGet the InstrumentRangePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getInstrumentRangeNodein interfaceArrayItemType- Returns:
- the InstrumentRange
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getInstrumentRangeNodeAsync
Description copied from interface:ArrayItemTypeAsynchronous implementation ofArrayItemType.getInstrumentRangeNode().- Specified by:
getInstrumentRangeNodeAsyncin interfaceArrayItemType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getEuRange
public org.eclipse.milo.opcua.stack.core.types.structured.Range getEuRange() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ArrayItemTypeGet the local value of the EURange Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getEuRangein interfaceArrayItemType- Returns:
- the local value of the EURange Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EURange Node.
-
setEuRange
public void setEuRange(org.eclipse.milo.opcua.stack.core.types.structured.Range value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ArrayItemTypeSet the local value of the EURange Node.The value is only updated locally; it is not written to the server.
- Specified by:
setEuRangein interfaceArrayItemType- Parameters:
value- the local value to set for the EURange Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EURange Node.
-
readEuRange
public org.eclipse.milo.opcua.stack.core.types.structured.Range readEuRange() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ArrayItemTypeRead the value of the EURange Node from the server and update the local value if the operation succeeds.- Specified by:
readEuRangein interfaceArrayItemType- Returns:
- the
Rangevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeEuRange
public void writeEuRange(org.eclipse.milo.opcua.stack.core.types.structured.Range value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ArrayItemTypeWrite a new value for the EURange Node to the server and update the local value if the operation succeeds.- Specified by:
writeEuRangein interfaceArrayItemType- Parameters:
value- theRangevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readEuRangeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.Range> readEuRangeAsync()Description copied from interface:ArrayItemTypeAn asynchronous implementation ofArrayItemType.readEuRange().- Specified by:
readEuRangeAsyncin interfaceArrayItemType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeEuRangeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEuRangeAsync(org.eclipse.milo.opcua.stack.core.types.structured.Range euRange) Description copied from interface:ArrayItemTypeAn asynchronous implementation ofArrayItemType.writeEuRange(org.eclipse.milo.opcua.stack.core.types.structured.Range).- Specified by:
writeEuRangeAsyncin interfaceArrayItemType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getEuRangeNode
Description copied from interface:ArrayItemTypeGet the EURangePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getEuRangeNodein interfaceArrayItemType- Returns:
- the EURange
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getEuRangeNodeAsync
Description copied from interface:ArrayItemTypeAsynchronous implementation ofArrayItemType.getEuRangeNode().- Specified by:
getEuRangeNodeAsyncin interfaceArrayItemType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getEngineeringUnits
public org.eclipse.milo.opcua.stack.core.types.structured.EUInformation getEngineeringUnits() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ArrayItemTypeGet the local value of the EngineeringUnits Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getEngineeringUnitsin interfaceArrayItemType- Returns:
- the local value of the EngineeringUnits Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EngineeringUnits Node.
-
setEngineeringUnits
public void setEngineeringUnits(org.eclipse.milo.opcua.stack.core.types.structured.EUInformation value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ArrayItemTypeSet the local value of the EngineeringUnits Node.The value is only updated locally; it is not written to the server.
- Specified by:
setEngineeringUnitsin interfaceArrayItemType- Parameters:
value- the local value to set for the EngineeringUnits Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EngineeringUnits Node.
-
readEngineeringUnits
public org.eclipse.milo.opcua.stack.core.types.structured.EUInformation readEngineeringUnits() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ArrayItemTypeRead the value of the EngineeringUnits Node from the server and update the local value if the operation succeeds.- Specified by:
readEngineeringUnitsin interfaceArrayItemType- Returns:
- the
EUInformationvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeEngineeringUnits
public void writeEngineeringUnits(org.eclipse.milo.opcua.stack.core.types.structured.EUInformation value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ArrayItemTypeWrite a new value for the EngineeringUnits Node to the server and update the local value if the operation succeeds.- Specified by:
writeEngineeringUnitsin interfaceArrayItemType- Parameters:
value- theEUInformationvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readEngineeringUnitsAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.EUInformation> readEngineeringUnitsAsync()Description copied from class:UaVariableNodeGet the value of theVariableNodeProperties.EngineeringUnitsProperty, if it exists.- Specified by:
readEngineeringUnitsAsyncin interfaceArrayItemType- Overrides:
readEngineeringUnitsAsyncin classUaVariableNode- Returns:
- the value of the EngineeringUnits Property, if it exists.
- See Also:
-
VariableNodeProperties
-
writeEngineeringUnitsAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEngineeringUnitsAsync(org.eclipse.milo.opcua.stack.core.types.structured.EUInformation engineeringUnits) Description copied from class:UaVariableNodeSet the value of theVariableNodeProperties.EngineeringUnitsProperty, if it exists.- Specified by:
writeEngineeringUnitsAsyncin interfaceArrayItemType- Overrides:
writeEngineeringUnitsAsyncin classUaVariableNode- Parameters:
engineeringUnits- the value to set.- Returns:
- a
CompletableFuturethat completes with theStatusCodeof the write operation. - See Also:
-
VariableNodeProperties
-
getEngineeringUnitsNode
public PropertyTypeNode getEngineeringUnitsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ArrayItemTypeGet the EngineeringUnitsPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getEngineeringUnitsNodein interfaceArrayItemType- Returns:
- the EngineeringUnits
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getEngineeringUnitsNodeAsync
Description copied from interface:ArrayItemTypeAsynchronous implementation ofArrayItemType.getEngineeringUnitsNode().- Specified by:
getEngineeringUnitsNodeAsyncin interfaceArrayItemType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getTitle
public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getTitle() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ArrayItemTypeGet the local value of the Title Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getTitlein interfaceArrayItemType- Returns:
- the local value of the Title Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Title Node.
-
setTitle
public void setTitle(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ArrayItemTypeSet the local value of the Title Node.The value is only updated locally; it is not written to the server.
- Specified by:
setTitlein interfaceArrayItemType- Parameters:
value- the local value to set for the Title Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Title Node.
-
readTitle
public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readTitle() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ArrayItemTypeRead the value of the Title Node from the server and update the local value if the operation succeeds.- Specified by:
readTitlein interfaceArrayItemType- Returns:
- the
LocalizedTextvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeTitle
public void writeTitle(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ArrayItemTypeWrite a new value for the Title Node to the server and update the local value if the operation succeeds.- Specified by:
writeTitlein interfaceArrayItemType- Parameters:
value- theLocalizedTextvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readTitleAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readTitleAsync()Description copied from interface:ArrayItemTypeAn asynchronous implementation ofArrayItemType.readTitle().- Specified by:
readTitleAsyncin interfaceArrayItemType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeTitleAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTitleAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText title) Description copied from interface:ArrayItemTypeAn asynchronous implementation ofArrayItemType.writeTitle(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).- Specified by:
writeTitleAsyncin interfaceArrayItemType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getTitleNode
Description copied from interface:ArrayItemTypeGet the TitlePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getTitleNodein interfaceArrayItemType- Returns:
- the Title
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getTitleNodeAsync
Description copied from interface:ArrayItemTypeAsynchronous implementation ofArrayItemType.getTitleNode().- Specified by:
getTitleNodeAsyncin interfaceArrayItemType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getAxisScaleType
public org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumeration getAxisScaleType() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ArrayItemTypeGet the local value of the AxisScaleType Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getAxisScaleTypein interfaceArrayItemType- Returns:
- the local value of the AxisScaleType Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the AxisScaleType Node.
-
setAxisScaleType
public void setAxisScaleType(org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumeration value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ArrayItemTypeSet the local value of the AxisScaleType Node.The value is only updated locally; it is not written to the server.
- Specified by:
setAxisScaleTypein interfaceArrayItemType- Parameters:
value- the local value to set for the AxisScaleType Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the AxisScaleType Node.
-
readAxisScaleType
public org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumeration readAxisScaleType() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ArrayItemTypeRead the value of the AxisScaleType Node from the server and update the local value if the operation succeeds.- Specified by:
readAxisScaleTypein interfaceArrayItemType- Returns:
- the
AxisScaleEnumerationvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeAxisScaleType
public void writeAxisScaleType(org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumeration value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ArrayItemTypeWrite a new value for the AxisScaleType Node to the server and update the local value if the operation succeeds.- Specified by:
writeAxisScaleTypein interfaceArrayItemType- Parameters:
value- theAxisScaleEnumerationvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readAxisScaleTypeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumeration> readAxisScaleTypeAsync()Description copied from interface:ArrayItemTypeAn asynchronous implementation ofArrayItemType.readAxisScaleType().- Specified by:
readAxisScaleTypeAsyncin interfaceArrayItemType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeAxisScaleTypeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAxisScaleTypeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumeration axisScaleType) Description copied from interface:ArrayItemTypeAn asynchronous implementation ofArrayItemType.writeAxisScaleType(org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumeration).- Specified by:
writeAxisScaleTypeAsyncin interfaceArrayItemType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getAxisScaleTypeNode
Description copied from interface:ArrayItemTypeGet the AxisScaleTypePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getAxisScaleTypeNodein interfaceArrayItemType- Returns:
- the AxisScaleType
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getAxisScaleTypeNodeAsync
Description copied from interface:ArrayItemTypeAsynchronous implementation ofArrayItemType.getAxisScaleTypeNode().- Specified by:
getAxisScaleTypeNodeAsyncin interfaceArrayItemType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-