Package messaging

Class PropertyEntry

java.lang.Object
com.google.flatbuffers.Table
messaging.PropertyEntry

public final class PropertyEntry extends com.google.flatbuffers.Table
  • Constructor Details

    • PropertyEntry

      public PropertyEntry()
  • Method Details

    • ValidateVersion

      public static void ValidateVersion()
    • getRootAsPropertyEntry

      public static PropertyEntry getRootAsPropertyEntry(ByteBuffer _bb)
    • getRootAsPropertyEntry

      public static PropertyEntry getRootAsPropertyEntry(ByteBuffer _bb, PropertyEntry obj)
    • __init

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

      public PropertyEntry __assign(int _i, ByteBuffer _bb)
    • key

      public String key()
    • keyAsByteBuffer

      public ByteBuffer keyAsByteBuffer()
    • keyInByteBuffer

      public ByteBuffer keyInByteBuffer(ByteBuffer _bb)
    • value

      public String value()
    • valueAsByteBuffer

      public ByteBuffer valueAsByteBuffer()
    • valueInByteBuffer

      public ByteBuffer valueInByteBuffer(ByteBuffer _bb)
    • createPropertyEntry

      public static int createPropertyEntry(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset, int valueOffset)
    • startPropertyEntry

      public static void startPropertyEntry(com.google.flatbuffers.FlatBufferBuilder builder)
    • addKey

      public static void addKey(com.google.flatbuffers.FlatBufferBuilder builder, int keyOffset)
    • addValue

      public static void addValue(com.google.flatbuffers.FlatBufferBuilder builder, int valueOffset)
    • endPropertyEntry

      public static int endPropertyEntry(com.google.flatbuffers.FlatBufferBuilder builder)
    • keysCompare

      protected int keysCompare(Integer o1, Integer o2, ByteBuffer _bb)
      Overrides:
      keysCompare in class com.google.flatbuffers.Table
    • __lookup_by_key

      public static PropertyEntry __lookup_by_key(PropertyEntry obj, int vectorLocation, String key, ByteBuffer bb)