public class DefaultImportDataDumpStrategy extends Object implements ImportDataDumpStrategy
| Constructor and Description |
|---|
DefaultImportDataDumpStrategy() |
| Modifier and Type | Method and Description |
|---|---|
String |
dump(AbstractCodeLine codeLine)
Dumps single
AbstractCodeLine object into String representation of an ImpEx import. |
String |
dump(HeaderDescriptor headerDescriptor)
Dumps single
HeaderDescriptor object into String representation of an ImpEx import. |
String |
dump(List<ValueLine> valueLines)
Dumps collection of
ValueLine objects into String representation of an ImpEx import. |
String |
dump(ValueLine valueLine)
Dumps single
ValueLine object into String representation of an ImpEx import. |
public String dump(List<ValueLine> valueLines)
ImportDataDumpStrategyValueLine objects into String representation of an ImpEx import.dump in interface ImportDataDumpStrategyvalueLines - the collection of ValueLine objects to dump.public String dump(ValueLine valueLine)
ImportDataDumpStrategyValueLine object into String representation of an ImpEx import.dump in interface ImportDataDumpStrategyvalueLine - ValueLine object to dump.public String dump(HeaderDescriptor headerDescriptor)
ImportDataDumpStrategyHeaderDescriptor object into String representation of an ImpEx import.dump in interface ImportDataDumpStrategyheaderDescriptor - HeaderDescriptor object to dump.public String dump(AbstractCodeLine codeLine)
ImportDataDumpStrategyAbstractCodeLine object into String representation of an ImpEx import.dump in interface ImportDataDumpStrategycodeLine - AbstractCodeLine object to dump.Copyright © 2017 SAP SE. All Rights Reserved.