Package com.github.fridujo.glacio.model
Class DataTable
- java.lang.Object
-
- com.github.fridujo.glacio.model.DataTable
-
- All Implemented Interfaces:
StepArgument
public class DataTable extends Object implements StepArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataTable.Row-
Nested classes/interfaces inherited from interface com.github.fridujo.glacio.model.StepArgument
StepArgument.Type
-
-
Constructor Summary
Constructors Constructor Description DataTable(List<DataTable.Row> rows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DataTable.Row>getRows()StepArgument.TypegetType()booleanhasWidth(int width)booleanisSquare()
-
-
-
Constructor Detail
-
DataTable
public DataTable(List<DataTable.Row> rows)
-
-
Method Detail
-
getType
public StepArgument.Type getType()
- Specified by:
getTypein interfaceStepArgument
-
getRows
public List<DataTable.Row> getRows()
-
isSquare
public boolean isSquare()
-
hasWidth
public boolean hasWidth(int width)
-
-