All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.guttenbase.export.ExportTableHeader.kt Maven / Gradle / Ivy

package io.github.guttenbase.export

import java.io.Serializable

/**
 * Denote start of new table in export file. Provide mininmal information about table.
 *
 *
 *  © 2012-2034 akquinet tech@spree
 *
 *
 * @author M. Dahm
 */
interface ExportTableHeader : Serializable {
  val tableName: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy