Class PhoneImportConverter
java.lang.Object
ch.tocco.nice2.entityoperation.impl.importer.converters.PhoneImportConverter
- All Implemented Interfaces:
ImportConverter
Uses
PhoneImportConverter
to convert 'phone' data types in csv import.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertCell
(org.apache.poi.ss.usermodel.Cell input) convertString
(String input) getType()
-
Constructor Details
-
PhoneImportConverter
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceImportConverter
-
convertString
- Specified by:
convertString
in interfaceImportConverter
- Throws:
ImportConverterException
-
convertCell
- Specified by:
convertCell
in interfaceImportConverter
- Throws:
ImportConverterException
-