All files / output zif_abapgit_persist_repo_cs.intf.mjs

100% Statements 11/11
100% Branches 0/0
100% Functions 0/0
100% Lines 11/11

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 111x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x
// zif_abapgit_persist_repo_cs.intf.abap
class zif_abapgit_persist_repo_cs {
  static INTERNAL_TYPE = 'INTF';
  static ATTRIBUTES = {};
  static METHODS = {"UPDATE": {"visibility": "U", "parameters": {"IV_KEY": {"type": () => {return new abap.types.Character(12, {"qualifiedName":"zif_abapgit_persistence=>ty_value"});}, "is_optional": " "}, "IV_CS_BLOB": {"type": () => {return new abap.types.String({qualifiedName: "ZIF_ABAPGIT_PERSISTENCE=>TY_CONTENT-DATA_STR"});}, "is_optional": " "}}},
  "DELETE": {"visibility": "U", "parameters": {"IV_KEY": {"type": () => {return new abap.types.Character(12, {"qualifiedName":"zif_abapgit_persistence=>ty_value"});}, "is_optional": " "}}},
  "READ": {"visibility": "U", "parameters": {"RV_CS_BLOB": {"type": () => {return new abap.types.String({qualifiedName: "ZIF_ABAPGIT_PERSISTENCE=>TY_CONTENT-DATA_STR"});}, "is_optional": " "}, "IV_KEY": {"type": () => {return new abap.types.Character(12, {"qualifiedName":"zif_abapgit_persistence=>ty_value"});}, "is_optional": " "}}}};
}
abap.Classes['ZIF_ABAPGIT_PERSIST_REPO_CS'] = zif_abapgit_persist_repo_cs;
export {zif_abapgit_persist_repo_cs};
//# sourceMappingURL=zif_abapgit_persist_repo_cs.intf.mjs.map