Class OneToManyRelationSheet
java.lang.Object
com.amalgamasimulation.emf.datastructure.sheets.EMFSheet<Pair<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EObject>>
com.amalgamasimulation.emf.datastructure.sheets.OneToManyRelationSheet
-
Field Summary
Fields inherited from class com.amalgamasimulation.emf.datastructure.sheets.EMFSheet
book, cachedDates, columns, eClass, formatters, lastFormatterIndex, PARSED_VALUES_CACHE_SIZE, rowValuesConverter, sheetName -
Constructor Summary
ConstructorsConstructorDescriptionOneToManyRelationSheet(org.eclipse.emf.ecore.EReference reference, IDataSource book) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidintReturns the number of objects (EObjects, etc.) to be written into this sheet.protected voidonRowLoaded(int rowIndex, Map<String, String> valuesByColumnName) voidwrite(DataStorage excelFile) Methods inherited from class com.amalgamasimulation.emf.datastructure.sheets.EMFSheet
getLowerCamelCaseClassName, getSheetName, getValue, getValueAndHandleException, onColumnsLoaded, parseDateInternal, parseLocalTime, read, setRowValuesConverter, toString
-
Constructor Details
-
OneToManyRelationSheet
-
-
Method Details
-
write
-
getObjectsToWriteCount
public int getObjectsToWriteCount()Description copied from class:EMFSheetReturns the number of objects (EObjects, etc.) to be written into this sheet.- Specified by:
getObjectsToWriteCountin classEMFSheet<Pair<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EObject>>
-
onRowLoaded
- Specified by:
onRowLoadedin classEMFSheet<Pair<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EObject>>
-
afterReadingCompleted
protected void afterReadingCompleted()- Specified by:
afterReadingCompletedin classEMFSheet<Pair<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EObject>>
-