• Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The variable name.
    A Metapath to use the query the values assigned to the variable.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Any remarks about the let statement, encoded as an escaped Markdown string.
  • Element Details

    • name

      @NonNull String name
      The variable name.
      Returns:
      the variable name
    • target

      @NonNull String target
      A Metapath to use the query the values assigned to the variable.
      Returns:
      the value Metapath
    • remarks

      @NonNull String remarks
      Any remarks about the let statement, encoded as an escaped Markdown string.
      Returns:
      an encoded Markdown string or an empty string if no remarks are provided
      Default:
      ""