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