Class DataBool
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- com.google.ar.sceneform.lullmodel.DataBool
-
public final class DataBool extends Table
-
-
Field Summary
-
Fields inherited from class com.google.flatbuffers.Table
UTF8_CHARSET
-
-
Constructor Summary
Constructors Constructor Description DataBool()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataBool
__assign(int _i, java.nio.ByteBuffer _bb)
void
__init(int _i, java.nio.ByteBuffer _bb)
static void
addValue(FlatBufferBuilder builder, boolean value)
static int
createDataBool(FlatBufferBuilder builder, boolean value)
static int
endDataBool(FlatBufferBuilder builder)
static DataBool
getRootAsDataBool(java.nio.ByteBuffer _bb)
static DataBool
getRootAsDataBool(java.nio.ByteBuffer _bb, DataBool obj)
static void
startDataBool(FlatBufferBuilder builder)
boolean
value()
-
Methods inherited from class com.google.flatbuffers.Table
__reset, getByteBuffer
-
-
-
-
Method Detail
-
getRootAsDataBool
public static DataBool getRootAsDataBool(java.nio.ByteBuffer _bb)
-
__init
public void __init(int _i, java.nio.ByteBuffer _bb)
-
__assign
public DataBool __assign(int _i, java.nio.ByteBuffer _bb)
-
value
public boolean value()
-
createDataBool
public static int createDataBool(FlatBufferBuilder builder, boolean value)
-
startDataBool
public static void startDataBool(FlatBufferBuilder builder)
-
addValue
public static void addValue(FlatBufferBuilder builder, boolean value)
-
endDataBool
public static int endDataBool(FlatBufferBuilder builder)
-
-