All files / output if_os_ca_service.intf.mjs

100% Statements 10/10
100% Branches 2/2
50% Functions 1/2
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
// if_os_ca_service.intf.abap
class if_os_ca_service {
  static INTERNAL_TYPE = 'INTF';
  static INTERNAL_NAME = 'IF_OS_CA_SERVICE';
  static ATTRIBUTES = {};
  static METHODS = {"SAVE_IN_UPDATE_TASK": {"visibility": "U", "parameters": {"XCONTAINER": {"type": () => {return new abap.types.XString({qualifiedName: "XSTRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "XStringType"}}},
  "SAVE": {"visibility": "U", "parameters": {}}};
}
abap.Classes['IF_OS_CA_SERVICE'] = if_os_ca_service;
export {if_os_ca_service};