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 10 | 1x 1x 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}; //# sourceMappingURL=zif_abapgit_persist_settings.intf.mjs.map |