Interface TableModelFile

  • All Superinterfaces:
    ModelFile
    All Known Implementing Classes:
    TableModelFileImpl

    public interface TableModelFile
    extends ModelFile
    a file for the model-definition that will be loaded as table.
    • Method Detail

      • getTableName

        java.lang.String getTableName()
        return the name of the table which will hold the data after loadting.

        If this is null then readtyble will be used. Otherwise 'readmytable' will be used in madx.

        Returns:
        the name of the table where to load the file into