Package org.wololo.flatgeobuf.generated
Class Column
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- org.wololo.flatgeobuf.generated.Column
-
public final class Column extends com.google.flatbuffers.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classColumn.Vector
-
Constructor Summary
Constructors Constructor Description Column()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Column__assign(int _i, ByteBuffer _bb)void__init(int _i, ByteBuffer _bb)static voidaddDescription(com.google.flatbuffers.FlatBufferBuilder builder, int descriptionOffset)static voidaddMetadata(com.google.flatbuffers.FlatBufferBuilder builder, int metadataOffset)static voidaddName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)static voidaddNullable(com.google.flatbuffers.FlatBufferBuilder builder, boolean nullable)static voidaddPrecision(com.google.flatbuffers.FlatBufferBuilder builder, int precision)static voidaddPrimaryKey(com.google.flatbuffers.FlatBufferBuilder builder, boolean primaryKey)static voidaddScale(com.google.flatbuffers.FlatBufferBuilder builder, int scale)static voidaddTitle(com.google.flatbuffers.FlatBufferBuilder builder, int titleOffset)static voidaddType(com.google.flatbuffers.FlatBufferBuilder builder, int type)static voidaddUnique(com.google.flatbuffers.FlatBufferBuilder builder, boolean unique)static voidaddWidth(com.google.flatbuffers.FlatBufferBuilder builder, int width)static intcreateColumn(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset, int type, int titleOffset, int descriptionOffset, int width, int precision, int scale, boolean nullable, boolean unique, boolean primary_key, int metadataOffset)Stringdescription()ByteBufferdescriptionAsByteBuffer()ByteBufferdescriptionInByteBuffer(ByteBuffer _bb)static intendColumn(com.google.flatbuffers.FlatBufferBuilder builder)static ColumngetRootAsColumn(ByteBuffer _bb)static ColumngetRootAsColumn(ByteBuffer _bb, Column obj)Stringmetadata()ByteBuffermetadataAsByteBuffer()ByteBuffermetadataInByteBuffer(ByteBuffer _bb)Stringname()ByteBuffernameAsByteBuffer()ByteBuffernameInByteBuffer(ByteBuffer _bb)booleannullable()intprecision()booleanprimaryKey()intscale()static voidstartColumn(com.google.flatbuffers.FlatBufferBuilder builder)Stringtitle()ByteBuffertitleAsByteBuffer()ByteBuffertitleInByteBuffer(ByteBuffer _bb)inttype()booleanunique()static voidValidateVersion()intwidth()-
Methods inherited from class com.google.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
-
-
-
Method Detail
-
ValidateVersion
public static void ValidateVersion()
-
getRootAsColumn
public static Column getRootAsColumn(ByteBuffer _bb)
-
getRootAsColumn
public static Column getRootAsColumn(ByteBuffer _bb, Column obj)
-
__init
public void __init(int _i, ByteBuffer _bb)
-
__assign
public Column __assign(int _i, ByteBuffer _bb)
-
name
public String name()
-
nameAsByteBuffer
public ByteBuffer nameAsByteBuffer()
-
nameInByteBuffer
public ByteBuffer nameInByteBuffer(ByteBuffer _bb)
-
type
public int type()
-
title
public String title()
-
titleAsByteBuffer
public ByteBuffer titleAsByteBuffer()
-
titleInByteBuffer
public ByteBuffer titleInByteBuffer(ByteBuffer _bb)
-
description
public String description()
-
descriptionAsByteBuffer
public ByteBuffer descriptionAsByteBuffer()
-
descriptionInByteBuffer
public ByteBuffer descriptionInByteBuffer(ByteBuffer _bb)
-
width
public int width()
-
precision
public int precision()
-
scale
public int scale()
-
nullable
public boolean nullable()
-
unique
public boolean unique()
-
primaryKey
public boolean primaryKey()
-
metadata
public String metadata()
-
metadataAsByteBuffer
public ByteBuffer metadataAsByteBuffer()
-
metadataInByteBuffer
public ByteBuffer metadataInByteBuffer(ByteBuffer _bb)
-
createColumn
public static int createColumn(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset, int type, int titleOffset, int descriptionOffset, int width, int precision, int scale, boolean nullable, boolean unique, boolean primary_key, int metadataOffset)
-
startColumn
public static void startColumn(com.google.flatbuffers.FlatBufferBuilder builder)
-
addName
public static void addName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)
-
addType
public static void addType(com.google.flatbuffers.FlatBufferBuilder builder, int type)
-
addTitle
public static void addTitle(com.google.flatbuffers.FlatBufferBuilder builder, int titleOffset)
-
addDescription
public static void addDescription(com.google.flatbuffers.FlatBufferBuilder builder, int descriptionOffset)
-
addWidth
public static void addWidth(com.google.flatbuffers.FlatBufferBuilder builder, int width)
-
addPrecision
public static void addPrecision(com.google.flatbuffers.FlatBufferBuilder builder, int precision)
-
addScale
public static void addScale(com.google.flatbuffers.FlatBufferBuilder builder, int scale)
-
addNullable
public static void addNullable(com.google.flatbuffers.FlatBufferBuilder builder, boolean nullable)
-
addUnique
public static void addUnique(com.google.flatbuffers.FlatBufferBuilder builder, boolean unique)
-
addPrimaryKey
public static void addPrimaryKey(com.google.flatbuffers.FlatBufferBuilder builder, boolean primaryKey)
-
addMetadata
public static void addMetadata(com.google.flatbuffers.FlatBufferBuilder builder, int metadataOffset)
-
endColumn
public static int endColumn(com.google.flatbuffers.FlatBufferBuilder builder)
-
-