Package oms3.dsl.cosu
Class Calibration
- java.lang.Object
-
- oms3.dsl.cosu.Calibration
-
-
Constructor Summary
Constructors Constructor Description Calibration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Buildablecreate(Object name, Object value)Create a node.boolean[]getCalibrateFlags(int length)StringgetColumn()StringgetFile()booleangetMatchColumn()StringgetRange()StringgetStrategy()intgetStrategyAsInt()StringgetTable()voidsetColumn(String column)voidsetFile(String file)voidsetMatchColumn(boolean matchColumn)voidsetRange(String range)voidsetStrategy(String strategy)voidsetTable(String table)
-
-
-
Method Detail
-
setStrategy
public void setStrategy(String strategy)
-
setMatchColumn
public void setMatchColumn(boolean matchColumn)
-
setRange
public void setRange(String range)
-
setFile
public void setFile(String file)
-
setTable
public void setTable(String table)
-
setColumn
public void setColumn(String column)
-
getStrategy
public String getStrategy()
-
getRange
public String getRange()
-
getStrategyAsInt
public int getStrategyAsInt()
-
getCalibrateFlags
public boolean[] getCalibrateFlags(int length)
-
getMatchColumn
public boolean getMatchColumn()
-
getFile
public String getFile()
-
getTable
public String getTable()
-
getColumn
public String getColumn()
-
-