-
- All Superinterfaces:
DetailTable,DocumentContext,GraphContext,MutableGraphContext
public interface MutableDetailTable extends DetailTable, MutableGraphContext
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fixprotocol.md.event.DetailTable
DetailTable.TableRow
-
-
Field Summary
-
Fields inherited from interface io.fixprotocol.md.event.DocumentContext
UNKNOWN_POSITION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetailPropertiesaddProperties(DetailProperties detailProperties)Adds a collection key-value pairs to an arrayList<? extends TableColumn>getTableColumns()MutableDetailPropertiesnewRow()Creates a new row and adds it to this table-
Methods inherited from interface io.fixprotocol.md.event.DetailTable
rows
-
Methods inherited from interface io.fixprotocol.md.event.DocumentContext
getCharPositionInLine, getLine
-
Methods inherited from interface io.fixprotocol.md.event.GraphContext
getParent
-
Methods inherited from interface io.fixprotocol.md.event.MutableGraphContext
setParent
-
-
-
-
Method Detail
-
addProperties
DetailProperties addProperties(DetailProperties detailProperties)
Adds a collection key-value pairs to an array- Parameters:
detailProperties- a collection key-value pairs- Returns:
- the added collection
-
newRow
MutableDetailProperties newRow()
Creates a new row and adds it to this table- Returns:
- a new row instance
-
getTableColumns
List<? extends TableColumn> getTableColumns()
- Specified by:
getTableColumnsin interfaceDetailTable- Returns:
- an List of TableColumn that describes this table
-
-