All files / output zif_abapgit_ecatt_download.intf.mjs

100% Statements 8/8
100% Branches 2/2
50% Functions 1/2
100% Lines 8/8

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 81x 1x 1x 1x 1x 1x 1x 1x
// zif_abapgit_ecatt_download.intf.abap
class zif_abapgit_ecatt_download {
  static INTERNAL_TYPE = 'INTF';
  static ATTRIBUTES = {};
  static METHODS = {"GET_XML_STREAM": {"visibility": "U", "parameters": {"RV_XML_STREAM": {"type": () => {return new abap.types.XString({qualifiedName: "XSTRING"});}, "is_optional": " "}}}};
}
abap.Classes['ZIF_ABAPGIT_ECATT_DOWNLOAD'] = zif_abapgit_ecatt_download;
export {zif_abapgit_ecatt_download};