All files / output zif_abapgit_persist_settings.intf.mjs

100% Statements 9/9
100% Branches 2/2
33.33% Functions 1/3
100% Lines 9/9

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 91x 1x 1x 1x 1x 1x 1x 1x 1x
// zif_abapgit_persist_settings.intf.abap
class zif_abapgit_persist_settings {
  static INTERNAL_TYPE = 'INTF';
  static ATTRIBUTES = {};
  static METHODS = {"MODIFY": {"visibility": "U", "parameters": {"IO_SETTINGS": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZCL_ABAPGIT_SETTINGS", RTTIName: "\\CLASS=ZCL_ABAPGIT_SETTINGS"});}, "is_optional": " "}}},
  "READ": {"visibility": "U", "parameters": {"RO_SETTINGS": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZCL_ABAPGIT_SETTINGS", RTTIName: "\\CLASS=ZCL_ABAPGIT_SETTINGS"});}, "is_optional": " "}}}};
}
abap.Classes['ZIF_ABAPGIT_PERSIST_SETTINGS'] = zif_abapgit_persist_settings;
export {zif_abapgit_persist_settings};