All files / output zif_abapgit_web_response.intf.mjs

100% Statements 10/10
100% Branches 2/2
25% Functions 1/4
100% Lines 10/10

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 8 9 101x 1x 1x 1x 1x 1x 1x 1x 1x 1x
// zif_abapgit_web_response.intf.abap
class zif_abapgit_web_response {
  static INTERNAL_TYPE = 'INTF';
  static ATTRIBUTES = {};
  static METHODS = {"SET_CONTENT_TYPE": {"visibility": "U", "parameters": {"IV_TYPE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}},
  "SET_CDATA": {"visibility": "U", "parameters": {"IV_DATA": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}},
  "SET_XDATA": {"visibility": "U", "parameters": {"IV_DATA": {"type": () => {return new abap.types.XString({qualifiedName: "XSTRING"});}, "is_optional": " "}}}};
}
abap.Classes['ZIF_ABAPGIT_WEB_RESPONSE'] = zif_abapgit_web_response;
export {zif_abapgit_web_response};