All files / output zif_abapgit_aff_type_mapping.intf.mjs

100% Statements 10/10
100% Branches 0/0
100% Functions 0/0
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_aff_type_mapping.intf.abap
class zif_abapgit_aff_type_mapping {
  static INTERNAL_TYPE = 'INTF';
  static ATTRIBUTES = {};
  static METHODS = {"TO_ABAPGIT": {"visibility": "U", "parameters": {"IV_DATA": {"type": () => {return new abap.types.Character(4);}, "is_optional": " "}, "IV_OBJECT_NAME": {"type": () => {return new abap.types.Character(40, {"qualifiedName":"SOBJ_NAME","ddicName":"SOBJ_NAME"});}, "is_optional": " "}, "ES_DATA": {"type": () => {return new abap.types.Character(4);}, "is_optional": " "}}},
  "TO_AFF": {"visibility": "U", "parameters": {"IV_DATA": {"type": () => {return new abap.types.Character(4);}, "is_optional": " "}, "ES_DATA": {"type": () => {return new abap.types.Character(4);}, "is_optional": " "}}}};
}
abap.Classes['ZIF_ABAPGIT_AFF_TYPE_MAPPING'] = zif_abapgit_aff_type_mapping;
export {zif_abapgit_aff_type_mapping};
//# sourceMappingURL=zif_abapgit_aff_type_mapping.intf.mjs.map