Module io.annot8.components.text
Class PhraseToTable.PhraseRow
- java.lang.Object
-
- io.annot8.components.text.processors.PhraseToTable.PhraseRow
-
- All Implemented Interfaces:
io.annot8.common.data.content.Row
- Enclosing class:
- PhraseToTable
public static class PhraseToTable.PhraseRow extends Object implements io.annot8.common.data.content.Row
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>COLUMN_HEADINGS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetColumnCount()List<String>getColumnNames()intgetRowIndex()Optional<Object>getValueAt(int index)inthashCode()voidsetRowIndex(int rowIndex)
-
-
-
Method Detail
-
getColumnNames
public List<String> getColumnNames()
- Specified by:
getColumnNamesin interfaceio.annot8.common.data.content.Row
-
getColumnCount
public int getColumnCount()
- Specified by:
getColumnCountin interfaceio.annot8.common.data.content.Row
-
setRowIndex
public void setRowIndex(int rowIndex)
-
getRowIndex
public int getRowIndex()
- Specified by:
getRowIndexin interfaceio.annot8.common.data.content.Row
-
getValueAt
public Optional<Object> getValueAt(int index)
- Specified by:
getValueAtin interfaceio.annot8.common.data.content.Row
-
-