Package de.gematik.combine.execution
Class TableGenerator.StateInfo
- java.lang.Object
-
- de.gematik.combine.execution.TableGenerator.StateInfo
-
- Enclosing class:
- TableGenerator
public static class TableGenerator.StateInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description StateInfo(ConfiguredFilters filters, List<List<TableCell>> preparedColumns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNewRow(List<TableCell> row)protected booleancanEqual(Object other)booleanequals(Object o)Set<CombineItem>getAllMissingValues()Set<CombineItem>getAllUsedValues()ConfiguredFiltersgetFilters()List<List<TableCell>>getPreparedColumns()List<List<TableCell>>getResult()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
StateInfo
public StateInfo(ConfiguredFilters filters, List<List<TableCell>> preparedColumns)
-
-
Method Detail
-
getFilters
public ConfiguredFilters getFilters()
-
getAllMissingValues
public Set<CombineItem> getAllMissingValues()
-
getAllUsedValues
public Set<CombineItem> getAllUsedValues()
-
canEqual
protected boolean canEqual(Object other)
-
-