| Interface | Description | 
|---|---|
| GaiaTableMetadata | Represents table metadata as extracted by
  gaia.cu9.tools.documentationexport.MetadataReader. | 
| GbinMeta | Represents metadata easily recovered from a GBIN file. | 
| GbinTableProfile | Parameterises the way that a GBIN object is turned into a StarTable
 by the STIL input handler. | 
| Representation<T> | Defines how an object type in a GBIN file will be represented
 when the GBIN file is turned into a table. | 
| Class | Description | 
|---|---|
| DefaultGbinTableProfile | Default implementation of GbinTableProfile. | 
| GbinMetadataReader | Provides methods for extracting metadata from a GBIN file. | 
| GbinObjectReader | Provides read services for an object implementing the
  gaia.cu1.tools.dal.gbin.GbinReaderinterface. | 
| GbinStarTable | Partial StarTable implementation for use with GBIN files. | 
| GbinTableBuilder | TableBuilder implementation for GBIN files. | 
| ItemReader | Object which can read the value of a given table column from the
 (GaiaRoot) data object representing a table row. |