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_data_supporter.intf.abap class zif_abapgit_data_supporter { static INTERNAL_TYPE = 'INTF'; static ATTRIBUTES = {}; static METHODS = {"IS_OBJECT_SUPPORTED": {"visibility": "U", "parameters": {"RV_SUPPORTED": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}, "IV_TYPE": {"type": () => {return new abap.types.Character(4, {"qualifiedName":"zif_abapgit_data_config=>ty_data_type"});}, "is_optional": " "}, "IV_NAME": {"type": () => {return new abap.types.Character(40, {});}, "is_optional": " "}}}}; } abap.Classes['ZIF_ABAPGIT_DATA_SUPPORTER'] = zif_abapgit_data_supporter;zif_abapgit_data_supporter.ty_object = new abap.types.Structure({"type": new abap.types.Character(4, {"qualifiedName":"zif_abapgit_data_config=>ty_data_type"}), "name": new abap.types.Character(40, {})}, "zif_abapgit_data_supporter=>ty_object", undefined, {}, {}); zif_abapgit_data_supporter.ty_objects = abap.types.TableFactory.construct(new abap.types.Structure({"type": new abap.types.Character(4, {"qualifiedName":"zif_abapgit_data_config=>ty_data_type"}), "name": new abap.types.Character(40, {})}, "zif_abapgit_data_supporter=>ty_object", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["TYPE","NAME"]},"secondary":[]}, "zif_abapgit_data_supporter=>ty_objects"); export {zif_abapgit_data_supporter}; //# sourceMappingURL=zif_abapgit_data_supporter.intf.mjs.map |