Class IndexedRow
java.lang.Object
org.camunda.bpm.dmn.xlsx.elements.IndexedRow
- All Implemented Interfaces:
SpreadsheetRow
- Author:
- Thorben Lindhauer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Patternprotected List<SpreadsheetCell>protected Map<String,SpreadsheetCell> protected org.xlsx4j.sml.Row -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringextractColumn(org.xlsx4j.sml.Cell cell) getCells()org.xlsx4j.sml.RowgetRaw()booleanhasCells()
-
Field Details
-
CELL_REF_PATTERN
-
row
protected org.xlsx4j.sml.Row row -
cells
-
cellsByColumn
-
-
Constructor Details
-
IndexedRow
public IndexedRow(org.xlsx4j.sml.Row row)
-
-
Method Details
-
extractColumn
-
getRaw
public org.xlsx4j.sml.Row getRaw()- Specified by:
getRawin interfaceSpreadsheetRow- Returns:
- the corresponding doc4j object => no API guarantees from here on :)
-
getColumns
- Specified by:
getColumnsin interfaceSpreadsheetRow
-
getCell
- Specified by:
getCellin interfaceSpreadsheetRow
-
hasCells
public boolean hasCells()- Specified by:
hasCellsin interfaceSpreadsheetRow
-
getCells
- Specified by:
getCellsin interfaceSpreadsheetRow
-