Package org.flowable.bpmn.model
Class DataGrid
- java.lang.Object
-
- org.flowable.bpmn.model.DataGrid
-
- All Implemented Interfaces:
ComplexDataType
public class DataGrid extends Object implements ComplexDataType
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DataGridRow>rows
-
Constructor Summary
Constructors Constructor Description DataGrid()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataGridclone()List<DataGridRow>getRows()voidsetRows(List<DataGridRow> rows)voidsetValues(DataGrid otherGrid)
-
-
-
Field Detail
-
rows
protected List<DataGridRow> rows
-
-
Method Detail
-
getRows
public List<DataGridRow> getRows()
-
setRows
public void setRows(List<DataGridRow> rows)
-
setValues
public void setValues(DataGrid otherGrid)
-
-