Interface Variable

All Superinterfaces:
Query, ToExpression

public sealed interface Variable extends Query
A reference to a variable in the layout engine.
  • Method Details

    • raw

      long raw()
      The ID of the variable, including some metadata.
    • fromRaw

      static Variable fromRaw(long raw)