public class InputOutputColumns extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<IndexedCell> |
inputHeaderCells |
protected List<IndexedCell> |
outputHeaderCells |
| Constructor and Description |
|---|
InputOutputColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInputHeaderCell(IndexedCell cell) |
void |
addOutputHeaderCell(IndexedCell cell) |
List<IndexedCell> |
getInputHeaderCells() |
List<IndexedCell> |
getOutputHeaderCells() |
protected List<IndexedCell> inputHeaderCells
protected List<IndexedCell> outputHeaderCells
public void addOutputHeaderCell(IndexedCell cell)
public void addInputHeaderCell(IndexedCell cell)
public List<IndexedCell> getOutputHeaderCells()
public List<IndexedCell> getInputHeaderCells()
Copyright © 2016 camunda services GmbH. All rights reserved.