Interface GjEntityEntry
-
- All Known Implementing Classes:
GjEntityExpand,GjEntityProperty,GjSelfLinkProperty,GjUnitOfMeasurementProperty
public interface GjEntityEntryA class for gathering data from an Entity into a CSV file.- Author:
- scf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteData(GjRowCollector collector, de.fraunhofer.iosb.ilt.frostserver.model.core.Entity<?> source, String header)Collect data for CSV data rows.
-
-
-
Method Detail
-
writeData
void writeData(GjRowCollector collector, de.fraunhofer.iosb.ilt.frostserver.model.core.Entity<?> source, String header)
Collect data for CSV data rows.- Parameters:
collector- The collector to collect the data in.source- The source entity to collect the data from.header- The header to use for this item.
-
-