Interface CsvReceiverRecordType
- All Known Implementing Classes:
CsvBirthInformationRecord,CsvEmailRecord,CsvTelRecord
public interface CsvReceiverRecordType
-
Method Summary
-
Method Details
-
getHeader
String[] getHeader() -
getRecord
String[] getRecord() -
setValues
set values as string array and return the record- Parameters:
values-- Returns:
- Throws:
IllegalArgumentException- if the values array is not the same length as the header
-