Class IdUid


public final class IdUid extends Struct
ID tuple: besides the main ID there is also a UID for verification
  • Constructor Details

    • IdUid

      public IdUid()
  • Method Details

    • __init

      public void __init(int _i, ByteBuffer _bb)
    • __assign

      public IdUid __assign(int _i, ByteBuffer _bb)
    • id

      public long id()
    • uid

      public long uid()
      Unique ID (within the model) used to verify external managed IDs. UIDs are also used within the model to make stable references (IDs might conflict during code merges).
    • createIdUid

      public static int createIdUid(FlatBufferBuilder builder, long id, long uid)