All files / output zif_abapgit_aff_type_mapping.intf.mjs

100% Statements 9/9
100% Branches 2/2
16.66% Functions 1/6
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_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","description":"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};