Interface WithOid

All Known Subinterfaces:
Scene
All Known Implementing Classes:
Scene.Builder, SceneCall

public interface WithOid
  • Method Summary

    Modifier and Type
    Method
    Description
    oid()
    Returns an object identifier of this object.
    default String
    Returns a working variable store name for the object ID of this instance.
  • Method Details

    • oid

      String oid()
      Returns an object identifier of this object.
      Returns:
      An object identifier of this object.
    • workingVariableStoreName

      default String workingVariableStoreName()
      Returns a working variable store name for the object ID of this instance.
      Returns:
      A working variable store name.