Interface IPriorityMappingEntryType

All Superinterfaces:
BaseInterfaceType, BaseObjectType, org.eclipse.milo.opcua.sdk.core.nodes.Node, org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
All Known Implementing Classes:
IPriorityMappingEntryTypeNode

public interface IPriorityMappingEntryType extends BaseInterfaceType
See Also:
  • Method Details

    • getMappingUri

      String getMappingUri() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MappingUri Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MappingUri Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MappingUri Node.
    • setMappingUri

      void setMappingUri(String value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MappingUri Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MappingUri Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MappingUri Node.
    • readMappingUri

      String readMappingUri() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MappingUri Node from the server and update the local value if the operation succeeds.
      Returns:
      the String value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMappingUri

      void writeMappingUri(String value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MappingUri Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the String value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMappingUriAsync

      CompletableFuture<? extends String> readMappingUriAsync()
      An asynchronous implementation of readMappingUri().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMappingUriAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMappingUriAsync(String value)
      An asynchronous implementation of writeMappingUri(java.lang.String).
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMappingUriNode

      BaseDataVariableType getMappingUriNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MappingUri BaseDataVariableType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MappingUri BaseDataVariableType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMappingUriNodeAsync

      CompletableFuture<? extends BaseDataVariableType> getMappingUriNodeAsync()
      Asynchronous implementation of getMappingUriNode().
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getPriorityLabel

      String getPriorityLabel() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the PriorityLabel Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the PriorityLabel Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PriorityLabel Node.
    • setPriorityLabel

      void setPriorityLabel(String value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the PriorityLabel Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the PriorityLabel Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PriorityLabel Node.
    • readPriorityLabel

      String readPriorityLabel() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the PriorityLabel Node from the server and update the local value if the operation succeeds.
      Returns:
      the String value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writePriorityLabel

      void writePriorityLabel(String value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the PriorityLabel Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the String value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readPriorityLabelAsync

      CompletableFuture<? extends String> readPriorityLabelAsync()
      An asynchronous implementation of readPriorityLabel().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writePriorityLabelAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePriorityLabelAsync(String value)
      An asynchronous implementation of writePriorityLabel(java.lang.String).
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getPriorityLabelNode

      BaseDataVariableType getPriorityLabelNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the PriorityLabel BaseDataVariableType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the PriorityLabel BaseDataVariableType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getPriorityLabelNodeAsync

      CompletableFuture<? extends BaseDataVariableType> getPriorityLabelNodeAsync()
      Asynchronous implementation of getPriorityLabelNode().
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getPriorityValuePcp

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getPriorityValuePcp() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the PriorityValue_PCP Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the PriorityValue_PCP Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PriorityValue_PCP Node.
    • setPriorityValuePcp

      void setPriorityValuePcp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the PriorityValue_PCP Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the PriorityValue_PCP Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PriorityValue_PCP Node.
    • readPriorityValuePcp

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readPriorityValuePcp() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the PriorityValue_PCP Node from the server and update the local value if the operation succeeds.
      Returns:
      the UByte value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writePriorityValuePcp

      void writePriorityValuePcp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the PriorityValue_PCP Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UByte value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readPriorityValuePcpAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> readPriorityValuePcpAsync()
      An asynchronous implementation of readPriorityValuePcp().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writePriorityValuePcpAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePriorityValuePcpAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getPriorityValuePcpNode

      BaseDataVariableType getPriorityValuePcpNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the PriorityValue_PCP BaseDataVariableType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the PriorityValue_PCP BaseDataVariableType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getPriorityValuePcpNodeAsync

      CompletableFuture<? extends BaseDataVariableType> getPriorityValuePcpNodeAsync()
      Asynchronous implementation of getPriorityValuePcpNode().
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getPriorityValueDscp

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getPriorityValueDscp() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the PriorityValue_DSCP Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the PriorityValue_DSCP Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PriorityValue_DSCP Node.
    • setPriorityValueDscp

      void setPriorityValueDscp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the PriorityValue_DSCP Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the PriorityValue_DSCP Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PriorityValue_DSCP Node.
    • readPriorityValueDscp

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readPriorityValueDscp() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the PriorityValue_DSCP Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writePriorityValueDscp

      void writePriorityValueDscp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the PriorityValue_DSCP Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readPriorityValueDscpAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readPriorityValueDscpAsync()
      An asynchronous implementation of readPriorityValueDscp().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writePriorityValueDscpAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePriorityValueDscpAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getPriorityValueDscpNode

      BaseDataVariableType getPriorityValueDscpNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the PriorityValue_DSCP BaseDataVariableType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the PriorityValue_DSCP BaseDataVariableType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getPriorityValueDscpNodeAsync

      CompletableFuture<? extends BaseDataVariableType> getPriorityValueDscpNodeAsync()
      Asynchronous implementation of getPriorityValueDscpNode().
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.