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 voidaddValue(FlatBufferBuilder builder, boolean value)static intcreateDataBool(FlatBufferBuilder builder, boolean value)static intendDataBool(FlatBufferBuilder builder)static DataBoolgetRootAsDataBool(java.nio.ByteBuffer _bb)static DataBoolgetRootAsDataBool(java.nio.ByteBuffer _bb, DataBool obj)static voidstartDataBool(FlatBufferBuilder builder)booleanvalue()-
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)
-
-