Class TableModelFileBuilder
- java.lang.Object
-
- cern.accsoft.steering.jmad.tools.modeldefs.creating.lang.TableModelFileBuilder
-
- All Implemented Interfaces:
ModelFileBuilder
public class TableModelFileBuilder extends java.lang.Object implements ModelFileBuilder
-
-
Constructor Summary
Constructors Constructor Description TableModelFileBuilder(java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelFile
build()
void
setLocation(ModelFile.ModelFileLocation location)
void
setTableName(java.lang.String tableName)
-
-
-
Method Detail
-
build
public ModelFile build()
- Specified by:
build
in interfaceModelFileBuilder
-
setTableName
public void setTableName(java.lang.String tableName)
-
setLocation
public void setLocation(ModelFile.ModelFileLocation location)
-
-