Class TableModelFileImpl

    • Constructor Detail

      • TableModelFileImpl

        public TableModelFileImpl()
        default constructor. Necessary for XStream
      • TableModelFileImpl

        public TableModelFileImpl​(java.lang.String path,
                                  ModelFile.ModelFileLocation location,
                                  java.lang.String tableName)
    • Method Detail

      • getTableName

        public java.lang.String getTableName()
        Description copied from interface: TableModelFile
        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.

        Specified by:
        getTableName in interface TableModelFile
        Returns:
        the name of the table where to load the file into