public interface ImportDataDumpStrategy
ValueLine,
HeaderDescriptor and AbstractCodeLine.| 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. |
java.lang.String dump(java.util.List<ValueLine> valueLines)
ValueLine objects into String representation of an ImpEx import.valueLines - the collection of ValueLine objects to dump.java.lang.String dump(ValueLine valueLine)
ValueLine object into String representation of an ImpEx import.valueLine - ValueLine object to dump.java.lang.String dump(HeaderDescriptor headerDescriptor)
HeaderDescriptor object into String representation of an ImpEx import.headerDescriptor - HeaderDescriptor object to dump.java.lang.String dump(AbstractCodeLine codeLine)
AbstractCodeLine object into String representation of an ImpEx import.codeLine - AbstractCodeLine object to dump.Copyright © 2018 SAP SE. All Rights Reserved.