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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface cern.accsoft.steering.jmad.domain.file.ModelFile
ModelFile.ModelFileLocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTableName()
return the name of the table which will hold the data after loadting.-
Methods inherited from interface cern.accsoft.steering.jmad.domain.file.ModelFile
getLocation, getName
-
-