Package | Description |
---|---|
org.eclipse.emfforms.internal.spreadsheet.core.converter | |
org.eclipse.emfforms.spi.spreadsheet.core.converter |
Modifier and Type | Method and Description |
---|---|
Object |
EMFFormsSpreadsheetMultiReferenceConverter.getCellValue(org.apache.poi.ss.usermodel.Cell cell,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Read the value of the
Cell using the EStructuralFeature as meta information about the value. |
Object |
EMFFormsSpreadsheetSingleReferenceConverter.getCellValue(org.apache.poi.ss.usermodel.Cell cell,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Read the value of the
Cell using the EStructuralFeature as meta information about the value. |
Object |
EMFFormsSpreadsheetMultiAttributeConverter.getCellValue(org.apache.poi.ss.usermodel.Cell cell,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Read the value of the
Cell using the EStructuralFeature as meta information about the value. |
Object |
EMFFormsSpreadsheetSingleAttributeConverter.getCellValue(org.apache.poi.ss.usermodel.Cell cell,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Read the value of the
Cell using the EStructuralFeature as meta information about the value. |
EMFFormsSpreadsheetValueConverter |
EMFFormsSpreadsheetValueConverterRegistryImpl.getConverter(org.eclipse.emf.ecore.EObject domainObject,
VDomainModelReference dmr)
Returns a suitable
converter for the given arguments. |
void |
EMFFormsSpreadsheetMultiReferenceConverter.setCellValue(org.apache.poi.ss.usermodel.Cell cell,
Object values,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature,
ViewModelContext viewModelContext) |
void |
EMFFormsSpreadsheetSingleReferenceConverter.setCellValue(org.apache.poi.ss.usermodel.Cell cell,
Object value,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature,
ViewModelContext viewModelContext)
Write the value to the
Cell using the EStructuralFeature as meta information about the value. |
void |
EMFFormsSpreadsheetMultiAttributeConverter.setCellValue(org.apache.poi.ss.usermodel.Cell cell,
Object fromObject,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature,
ViewModelContext viewModelContext)
Write the value to the
Cell using the EStructuralFeature as meta information about the value. |
void |
EMFFormsSpreadsheetSingleAttributeConverter.setCellValue(org.apache.poi.ss.usermodel.Cell cell,
Object value,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature,
ViewModelContext viewModelContext)
Write the value to the
Cell using the EStructuralFeature as meta information about the value. |
void |
EMFFormsSpreadsheetValueConverterRegistryImpl_Test.testAddConverter() |
void |
EMFFormsSpreadsheetMultiAttributeConverter_Test.testDoubleToStringEnglish() |
void |
EMFFormsSpreadsheetMultiAttributeConverter_Test.testDoubleToStringGerman() |
void |
EMFFormsSpreadsheetSingleReferenceConverter_Test.testFromString() |
void |
EMFFormsSpreadsheetMultiReferenceConverter_Test.testFromString() |
void |
EMFFormsSpreadsheetMultiAttributeConverter_Test.testFromString() |
void |
EMFFormsSpreadsheetMultiAttributeConverter_Test.testFromStringEmpty() |
void |
EMFFormsSpreadsheetMultiAttributeConverter_Test.testFromStringNull() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueBigDecimalDouble() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueBigDecimalEmptyCell() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueBigDecimalNegativeDouble() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueBigDecimalPrecisionString() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueBigDecimalString() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueBigIntegerDouble() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueBigIntegerEmptyCell() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueBigIntegerString() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueBoolean() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueBooleanEmptyCell() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueBooleanPrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueByte() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueByteEmptyCell() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueBytePrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueDate() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueDateEmptyCell() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueDouble() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueDoubleEmptyCell() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueDoublePrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueDynamicEMFEnum() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueEnum() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueFloat() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueFloatEmptyCell() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueFloatPrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueInteger() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueIntegerEmptyCell() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueIntegerPrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueLong() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueLongEmptyCell() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueLongPrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueShort() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueShortEmptyCell() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueShortPrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueString() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueStringEmptyCell() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueXmlDate() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testGetCellValueXmlDateEmptyCell() |
void |
EMFFormsSpreadsheetValueConverterRegistryImpl_Test.testGetConverterMultipleSamePrio() |
void |
EMFFormsSpreadsheetValueConverterRegistryImpl_Test.testGetConverterMutipleApplicable() |
void |
EMFFormsSpreadsheetValueConverterRegistryImpl_Test.testGetConverterNoApplicable() |
void |
EMFFormsSpreadsheetValueConverterRegistryImpl_Test.testGetConverterOneApplicableOneNotApplicable() |
void |
EMFFormsSpreadsheetValueConverterRegistryImpl_Test.testRemoveConverter() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueBigDecimal() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueBigDecimalPrecision() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueBigDecimalText() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueBigInteger() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueBigIntegerText() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueBoolean() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueBooleanPrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueByte() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueBytePrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueDate() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueDouble() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueDoublePrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueDynamicEMFEnum() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueEnum() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueFloat() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueFloatPrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueInteger() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueIntegerPrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueLong() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueLongPrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueShort() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueShortPrimitive() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueString() |
void |
EMFFormsSpreadsheetSingleAttributeConverter_Test.testSetCellValueXmlDate() |
void |
EMFFormsSpreadsheetSingleReferenceConverter_Test.testToString() |
void |
EMFFormsSpreadsheetMultiReferenceConverter_Test.testToString() |
void |
EMFFormsSpreadsheetMultiAttributeConverter_Test.testToStringEmptyList() |
void |
EMFFormsSpreadsheetMultiAttributeConverter_Test.testToStringNonEmptyList() |
Modifier and Type | Method and Description |
---|---|
Object |
EMFFormsSpreadsheetValueConverter.getCellValue(org.apache.poi.ss.usermodel.Cell cell,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Read the value of the
Cell using the EStructuralFeature as meta information about the value. |
EMFFormsSpreadsheetValueConverter |
EMFFormsSpreadsheetValueConverterRegistry.getConverter(org.eclipse.emf.ecore.EObject domainObject,
VDomainModelReference dmr)
Returns a suitable
converter for the given arguments. |
void |
EMFFormsSpreadsheetValueConverter.setCellValue(org.apache.poi.ss.usermodel.Cell cell,
Object value,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature,
ViewModelContext viewModelContext)
Write the value to the
Cell using the EStructuralFeature as meta information about the value. |
Copyright © 2019. All rights reserved.