All files / output zcl_abapgit_object_intf.clas.mjs

33.66% Statements 445/1322
37.14% Branches 13/35
18.18% Functions 12/66
33.66% Lines 445/1322

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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 13221x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x     1x 1x       1x 1x         1x 1x 1x     1x 1x       1x 1x         1x 1x                                                                                       1x 1x                                                                                       1x 1x                                                                                       1x 1x 1x               1x 1x               1x 1x     1x 1x       1x 1x         1x 1x 1x             1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x               1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x                 1x 1x 1x 1x 1x 1x 1x 1x       1x 1x       1x 1x 1x 1x 1x                                                                                                                       1x                                                                 1x                                                                                                                                                                                   1x                                                                                                                                                                       1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x                                                         1x                                                               1x                                                                   1x                                                                                                 1x                                                                                                                                                                         1x                                                                                 1x                                                                               1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x           1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x             1x 1x                                       1x         1x                                           1x             1x             1x         1x                 1x           1x     1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x     1x 3x 3x 3x               3x 3x 3x 3x 3x 3x 3x 3x 1x                                     1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x
const {zcl_abapgit_objects_program} = await import("./zcl_abapgit_objects_program.clas.mjs");
await import("./zcl_abapgit_object_intf.clas.locals.mjs");
const {cx_root} = await import("./cx_root.clas.mjs");
// zcl_abapgit_object_intf.clas.abap
class zcl_abapgit_object_intf extends zcl_abapgit_objects_program {
  static INTERNAL_TYPE = 'CLAS';
  static INTERNAL_NAME = 'ZCL_ABAPGIT_OBJECT_INTF';
  static IMPLEMENTED_INTERFACES = ["ZIF_ABAPGIT_OBJECT"];
  static ATTRIBUTES = {"MV_AFF_ENABLED": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "visibility": "I", "is_constant": " ", "is_class": " "},
  "MI_OBJECT_ORIENTED_OBJECT_FCT": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_OO_OBJECT_FNC", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_OO_OBJECT_FNC"});}, "visibility": "I", "is_constant": " ", "is_class": " "},
  "C_LONGTEXT_NAME": {"type": () => {return new abap.types.Structure({
  "attributes": new abap.types.String({qualifiedName: "STRING"}),
  "methods": new abap.types.String({qualifiedName: "STRING"}),
  "events": new abap.types.String({qualifiedName: "STRING"})}, undefined, undefined, {}, {});}, "visibility": "I", "is_constant": "X", "is_class": "X"},
  "C_LONGTEXT_ID": {"type": () => {return new abap.types.Structure({
  "interface": new abap.types.Character(2, {}),
  "attributes": new abap.types.Character(2, {}),
  "methods": new abap.types.Character(2, {}),
  "events": new abap.types.Character(2, {})}, undefined, undefined, {}, {});}, "visibility": "I", "is_constant": "X", "is_class": "X"},
  "ZIF_ABAPGIT_OBJECT~GC_STEP_ID": {"type": () => {return new abap.types.Structure({
  "early": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_OBJECTS=>TY_DESERIALIZATION_STEP"}),
  "abap": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_OBJECTS=>TY_DESERIALIZATION_STEP"}),
  "ddic": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_OBJECTS=>TY_DESERIALIZATION_STEP"}),
  "late": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_OBJECTS=>TY_DESERIALIZATION_STEP"}),
  "lxe": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_OBJECTS=>TY_DESERIALIZATION_STEP"})}, undefined, undefined, {}, {});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
  static METHODS = {"DESERIALIZE_PRE_DDIC": {"visibility": "I", "parameters": {"II_XML": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_XML_INPUT", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_XML_INPUT"});}, "is_optional": " "}, "IV_PACKAGE": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"});}, "is_optional": " "}}},
  "DESERIALIZE_DESCR_CLASS": {"visibility": "I", "parameters": {"IT_DESCRIPTION": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt");}, "is_optional": " "}}},
  "DESERIALIZE_DESCR_COMPO": {"visibility": "I", "parameters": {"IT_DESCRIPTION": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt");}, "is_optional": " "}}},
  "DESERIALIZE_DESCR_SUBCO": {"visibility": "I", "parameters": {"IT_DESCRIPTION": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
  "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt");}, "is_optional": " "}}},
  "READ_XML": {"visibility": "I", "parameters": {"RS_INTF": {"type": () => {return new abap.types.Structure({
  "vseointerf": new abap.types.Structure({
  "clsname": new abap.types.Character(30, {}),
  "version": new abap.types.Numc(),
  "langu": new abap.types.Character(1, {}),
  "descript": new abap.types.Character(60, {}),
  "uuid": new abap.types.Hex({length: 16}),
  "category": new abap.types.Numc({length: 2}),
  "exposure": new abap.types.Numc(),
  "state": new abap.types.Numc(),
  "release": new abap.types.Numc(),
  "author": new abap.types.Character(12, {}),
  "createdon": new abap.types.Date(),
  "changedby": new abap.types.Character(12, {}),
  "changedon": new abap.types.Date(),
  "chgdanyby": new abap.types.Character(12, {}),
  "chgdanyon": new abap.types.Date(),
  "remote": new abap.types.Character(1, {}),
  "unicode": new abap.types.Character(1, {}),
  "r3release": new abap.types.Character(10, {}),
  "clsproxy": new abap.types.Character(1, {})}, "VSEOINTERF", "VSEOINTERF", {}, {}),
  "docu": new abap.types.Structure({
  "lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "tdformat": new abap.types.Character(2, {}),
  "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
  "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "tdformat": new abap.types.Character(2, {}),
  "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {}),
  "description_int": abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt"),
  "description": abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt"),
  "description_sub": abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
  "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt")}, "zcl_abapgit_object_intf=>ty_intf", undefined, {}, {});}, "is_optional": " "}, "II_XML": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_XML_INPUT", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_XML_INPUT"});}, "is_optional": " "}}},
  "READ_JSON": {"visibility": "I", "parameters": {"RS_INTF": {"type": () => {return new abap.types.Structure({
  "vseointerf": new abap.types.Structure({
  "clsname": new abap.types.Character(30, {}),
  "version": new abap.types.Numc(),
  "langu": new abap.types.Character(1, {}),
  "descript": new abap.types.Character(60, {}),
  "uuid": new abap.types.Hex({length: 16}),
  "category": new abap.types.Numc({length: 2}),
  "exposure": new abap.types.Numc(),
  "state": new abap.types.Numc(),
  "release": new abap.types.Numc(),
  "author": new abap.types.Character(12, {}),
  "createdon": new abap.types.Date(),
  "changedby": new abap.types.Character(12, {}),
  "changedon": new abap.types.Date(),
  "chgdanyby": new abap.types.Character(12, {}),
  "chgdanyon": new abap.types.Date(),
  "remote": new abap.types.Character(1, {}),
  "unicode": new abap.types.Character(1, {}),
  "r3release": new abap.types.Character(10, {}),
  "clsproxy": new abap.types.Character(1, {})}, "VSEOINTERF", "VSEOINTERF", {}, {}),
  "docu": new abap.types.Structure({
  "lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "tdformat": new abap.types.Character(2, {}),
  "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
  "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "tdformat": new abap.types.Character(2, {}),
  "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {}),
  "description_int": abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt"),
  "description": abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt"),
  "description_sub": abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
  "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt")}, "zcl_abapgit_object_intf=>ty_intf", undefined, {}, {});}, "is_optional": " "}}},
  "EXTRACT_LANGUAGES_FOR_TRANSL": {"visibility": "I", "parameters": {"RS_RESULT": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Character(2, {"qualifiedName":"LAISO","ddicName":"LAISO","description":"LAISO"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_definitions=>ty_languages");}, "is_optional": " "}, "IS_INTF": {"type": () => {return new abap.types.Structure({
  "vseointerf": new abap.types.Structure({
  "clsname": new abap.types.Character(30, {}),
  "version": new abap.types.Numc(),
  "langu": new abap.types.Character(1, {}),
  "descript": new abap.types.Character(60, {}),
  "uuid": new abap.types.Hex({length: 16}),
  "category": new abap.types.Numc({length: 2}),
  "exposure": new abap.types.Numc(),
  "state": new abap.types.Numc(),
  "release": new abap.types.Numc(),
  "author": new abap.types.Character(12, {}),
  "createdon": new abap.types.Date(),
  "changedby": new abap.types.Character(12, {}),
  "changedon": new abap.types.Date(),
  "chgdanyby": new abap.types.Character(12, {}),
  "chgdanyon": new abap.types.Date(),
  "remote": new abap.types.Character(1, {}),
  "unicode": new abap.types.Character(1, {}),
  "r3release": new abap.types.Character(10, {}),
  "clsproxy": new abap.types.Character(1, {})}, "VSEOINTERF", "VSEOINTERF", {}, {}),
  "docu": new abap.types.Structure({
  "lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "tdformat": new abap.types.Character(2, {}),
  "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
  "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "tdformat": new abap.types.Character(2, {}),
  "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {}),
  "description_int": abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt"),
  "description": abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt"),
  "description_sub": abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
  "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt")}, "zcl_abapgit_object_intf=>ty_intf", undefined, {}, {});}, "is_optional": " "}}},
  "DESERIALIZE_PROXY": {"visibility": "O", "parameters": {"IV_TRANSPORT": {"type": () => {return new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"});}, "is_optional": " "}}},
  "DESERIALIZE_DOCU": {"visibility": "O", "parameters": {"II_XML": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_XML_INPUT", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_XML_INPUT"});}, "is_optional": " "}, "IS_DOCU": {"type": () => {return new abap.types.Structure({
  "lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "tdformat": new abap.types.Character(2, {}),
  "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
  "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "tdformat": new abap.types.Character(2, {}),
  "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {});}, "is_optional": " "}}},
  "SERIALIZE_DOCU": {"visibility": "O", "parameters": {"RS_DOCU": {"type": () => {return new abap.types.Structure({
  "lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "tdformat": new abap.types.Character(2, {}),
  "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
  "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "lines": abap.types.TableFactory.construct(new abap.types.Structure({
  "tdformat": new abap.types.Character(2, {}),
  "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {});}, "is_optional": " "}, "IT_LANGU_ADDITIONAL": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_langus");}, "is_optional": " "}, "IV_CLSNAME": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"});}, "is_optional": " "}}},
  "SERIALIZE_DESCR_CLASS": {"visibility": "O", "parameters": {"RS_DESCRIPTION": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt");}, "is_optional": " "}, "IV_CLSNAME": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"});}, "is_optional": " "}}},
  "SERIALIZE_DESCR_COMPO": {"visibility": "O", "parameters": {"RS_DESCRIPTION": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt");}, "is_optional": " "}, "IV_CLSNAME": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"});}, "is_optional": " "}}},
  "SERIALIZE_DESCR_SUBCO": {"visibility": "O", "parameters": {"RS_DESCRIPTION": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
  "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
  "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
  "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
  "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt");}, "is_optional": " "}, "IV_CLSNAME": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"});}, "is_optional": " "}}},
  "SERIALIZE_XML": {"visibility": "O", "parameters": {"IO_XML": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_XML_OUTPUT", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_XML_OUTPUT"});}, "is_optional": " "}}},
  "CONSTRUCTOR": {"visibility": "U", "parameters": {"IS_ITEM": {"type": () => {return new abap.types.Structure({
  "obj_type": new abap.types.Character(4, {}),
  "obj_name": new abap.types.Character(40, {}),
  "devclass": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"}),
  "srcsystem": new abap.types.Character(5, {}),
  "origlang": new abap.types.Character(1, {}),
  "inactive": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
  "abap_language_version": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_abap_language_version"})}, "zif_abapgit_definitions=>ty_item", undefined, {}, {});}, "is_optional": " "}, "IV_LANGUAGE": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS","description":"SPRAS"});}, "is_optional": " "}, "IO_FILES": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZCL_ABAPGIT_OBJECTS_FILES", RTTIName: "\\CLASS=ZCL_ABAPGIT_OBJECTS_FILES"});}, "is_optional": " "}, "IO_I18N_PARAMS": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZCL_ABAPGIT_I18N_PARAMS", RTTIName: "\\CLASS=ZCL_ABAPGIT_I18N_PARAMS"});}, "is_optional": " "}}}};
  #mv_aff_enabled;
  #mi_object_oriented_object_fct;
  constructor() {
    const sup = super();
    this.me = new abap.types.ABAPObject();
    this.me.set(this);
    this.INTERNAL_ID = abap.internalIdCounter++;
    this.FRIENDS_ACCESS_INSTANCE = {
      "SUPER": sup.FRIENDS_ACCESS_INSTANCE,
      "deserialize_pre_ddic": this.#deserialize_pre_ddic.bind(this),
      "deserialize_descr_class": this.#deserialize_descr_class.bind(this),
      "deserialize_descr_compo": this.#deserialize_descr_compo.bind(this),
      "deserialize_descr_subco": this.#deserialize_descr_subco.bind(this),
      "read_xml": this.#read_xml.bind(this),
      "read_json": this.#read_json.bind(this),
      "extract_languages_for_transl": this.#extract_languages_for_transl.bind(this),
      "deserialize_proxy": this.deserialize_proxy.bind(this),
      "deserialize_docu": this.deserialize_docu.bind(this),
      "serialize_docu": this.serialize_docu.bind(this),
      "serialize_descr_class": this.serialize_descr_class.bind(this),
      "serialize_descr_compo": this.serialize_descr_compo.bind(this),
      "serialize_descr_subco": this.serialize_descr_subco.bind(this),
      "serialize_xml": this.serialize_xml.bind(this),
    };
    this.#mv_aff_enabled = new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});
    this.FRIENDS_ACCESS_INSTANCE["mv_aff_enabled"] = this.#mv_aff_enabled;
    this.#mi_object_oriented_object_fct = new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_OO_OBJECT_FNC", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_OO_OBJECT_FNC"});
    this.FRIENDS_ACCESS_INSTANCE["mi_object_oriented_object_fct"] = this.#mi_object_oriented_object_fct;
    this.zif_abapgit_object$gc_step_id = abap.Classes['ZIF_ABAPGIT_OBJECT'].zif_abapgit_object$gc_step_id;
    this.c_longtext_name = zcl_abapgit_object_intf.c_longtext_name;
    this.c_longtext_id = zcl_abapgit_object_intf.c_longtext_id;
  }
  async constructor_(INPUT) {
    let is_item = INPUT?.is_item;
    if (is_item?.getQualifiedName === undefined || is_item.getQualifiedName() !== "ZIF_ABAPGIT_DEFINITIONS=>TY_ITEM") { is_item = undefined; }
    if (is_item === undefined) { is_item = new abap.types.Structure({
    "obj_type": new abap.types.Character(4, {}),
    "obj_name": new abap.types.Character(40, {}),
    "devclass": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"}),
    "srcsystem": new abap.types.Character(5, {}),
    "origlang": new abap.types.Character(1, {}),
    "inactive": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
    "abap_language_version": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_abap_language_version"})}, "zif_abapgit_definitions=>ty_item", undefined, {}, {}).set(INPUT.is_item); }
    let iv_language = INPUT?.iv_language;
    if (iv_language?.getQualifiedName === undefined || iv_language.getQualifiedName() !== "SPRAS") { iv_language = undefined; }
    if (iv_language === undefined) { iv_language = new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS","description":"SPRAS"}).set(INPUT.iv_language); }
    let io_files = new abap.types.ABAPObject({qualifiedName: "ZCL_ABAPGIT_OBJECTS_FILES", RTTIName: "\\CLASS=ZCL_ABAPGIT_OBJECTS_FILES"});
    if (INPUT && INPUT.io_files) {io_files.set(INPUT.io_files);}
    let io_i18n_params = new abap.types.ABAPObject({qualifiedName: "ZCL_ABAPGIT_I18N_PARAMS", RTTIName: "\\CLASS=ZCL_ABAPGIT_I18N_PARAMS"});
    if (INPUT && INPUT.io_i18n_params) {io_i18n_params.set(INPUT.io_i18n_params);}
    let li_aff_registry = new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_AFF_REGISTRY", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_AFF_REGISTRY"});
    await super.constructor_({is_item: is_item, iv_language: iv_language, io_files: io_files, io_i18n_params: io_i18n_params});
    this.#mi_object_oriented_object_fct.set((await abap.Classes['ZCL_ABAPGIT_OO_FACTORY'].get_by_type({iv_object_type: this.ms_item.get().obj_type})));
    li_aff_registry.set(await (new abap.Classes['ZCL_ABAPGIT_AFF_REGISTRY']()).constructor_());
    this.#mv_aff_enabled.set((await li_aff_registry.get().zif_abapgit_aff_registry$is_supported_object_type({iv_obj_type: abap.CharacterFactory.get(4, 'INTF')})));
    return this;
  }
  async #deserialize_descr_class(INPUT) {
    let it_description = abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt");
    if (INPUT && INPUT.it_description) {it_description.set(INPUT.it_description);}
    let ls_clskey = new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"})}, "SEOCLSKEY", "SEOCLSKEY", {}, {});
    ls_clskey.get().clsname.set(this.ms_item.get().obj_name);
    await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$update_descriptions_class({is_key: ls_clskey, iv_language: this.mv_language, it_descriptions: it_description});
  }
  async #deserialize_descr_compo(INPUT) {
    let it_description = abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt");
    if (INPUT && INPUT.it_description) {it_description.set(INPUT.it_description);}
    let ls_clskey = new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"})}, "SEOCLSKEY", "SEOCLSKEY", {}, {});
    ls_clskey.get().clsname.set(this.ms_item.get().obj_name);
    await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$update_descriptions_compo({is_key: ls_clskey, it_descriptions: it_description});
  }
  async #deserialize_descr_subco(INPUT) {
    let it_description = abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt");
    if (INPUT && INPUT.it_description) {it_description.set(INPUT.it_description);}
    let ls_clskey = new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"})}, "SEOCLSKEY", "SEOCLSKEY", {}, {});
    ls_clskey.get().clsname.set(this.ms_item.get().obj_name);
    await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$update_descriptions_subco({is_key: ls_clskey, it_descriptions: it_description});
  }
  async deserialize_docu(INPUT) {
    let ii_xml = INPUT?.ii_xml;
    if (ii_xml?.getQualifiedName === undefined || ii_xml.getQualifiedName() !== "ZIF_ABAPGIT_XML_INPUT") { ii_xml = undefined; }
    if (ii_xml === undefined) { ii_xml = new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_XML_INPUT", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_XML_INPUT"}).set(INPUT.ii_xml); }
    let is_docu = INPUT?.is_docu;
    if (is_docu?.getQualifiedName === undefined || is_docu.getQualifiedName() !== "ZCL_ABAPGIT_OBJECT_INTF=>TY_DOCU") { is_docu = undefined; }
    if (is_docu === undefined) { is_docu = new abap.types.Structure({
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
    "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {}).set(INPUT.is_docu); }
    let lv_object = new abap.types.Character(60, {});
    let ls_i18n_lines = new abap.types.Structure({
    "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {});
    lv_object.set(this.ms_item.get().obj_name);
    if (abap.compare.eq(abap.builtin.lines({val: is_docu.get().lines}), abap.IntegerFactory.get(0))) {
      await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$delete_documentation({iv_id: zcl_abapgit_object_intf.c_longtext_id.get().interface, iv_object_name: lv_object, iv_language: this.mv_language});
      return;
    }
    await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$create_documentation({it_lines: is_docu.get().lines, iv_id: zcl_abapgit_object_intf.c_longtext_id.get().interface, iv_object_name: lv_object, iv_language: this.mv_language});
    for await (const unique478 of abap.statements.loop(is_docu.get().i18n_lines)) {
      ls_i18n_lines.set(unique478);
      await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$create_documentation({it_lines: ls_i18n_lines.get().lines, iv_id: zcl_abapgit_object_intf.c_longtext_id.get().interface, iv_object_name: lv_object, iv_language: ls_i18n_lines.get().language, iv_no_masterlang: abap.builtin.abap_true});
    }
    await this.deserialize_longtexts({ii_xml: ii_xml, iv_longtext_name: zcl_abapgit_object_intf.c_longtext_name.get().attributes, iv_longtext_id: zcl_abapgit_object_intf.c_longtext_id.get().attributes});
    await this.deserialize_longtexts({ii_xml: ii_xml, iv_longtext_name: zcl_abapgit_object_intf.c_longtext_name.get().methods, iv_longtext_id: zcl_abapgit_object_intf.c_longtext_id.get().methods});
    await this.deserialize_longtexts({ii_xml: ii_xml, iv_longtext_name: zcl_abapgit_object_intf.c_longtext_name.get().events, iv_longtext_id: zcl_abapgit_object_intf.c_longtext_id.get().events});
  }
  async #deserialize_pre_ddic(INPUT) {
    let ii_xml = INPUT?.ii_xml;
    if (ii_xml?.getQualifiedName === undefined || ii_xml.getQualifiedName() !== "ZIF_ABAPGIT_XML_INPUT") { ii_xml = undefined; }
    if (ii_xml === undefined) { ii_xml = new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_XML_INPUT", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_XML_INPUT"}).set(INPUT.ii_xml); }
    let iv_package = INPUT?.iv_package;
    if (iv_package?.getQualifiedName === undefined || iv_package.getQualifiedName() !== "DEVCLASS") { iv_package = undefined; }
    if (iv_package === undefined) { iv_package = new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"}).set(INPUT.iv_package); }
    let ls_intf = new abap.types.Structure({
    "vseointerf": new abap.types.Structure({
    "clsname": new abap.types.Character(30, {}),
    "version": new abap.types.Numc(),
    "langu": new abap.types.Character(1, {}),
    "descript": new abap.types.Character(60, {}),
    "uuid": new abap.types.Hex({length: 16}),
    "category": new abap.types.Numc({length: 2}),
    "exposure": new abap.types.Numc(),
    "state": new abap.types.Numc(),
    "release": new abap.types.Numc(),
    "author": new abap.types.Character(12, {}),
    "createdon": new abap.types.Date(),
    "changedby": new abap.types.Character(12, {}),
    "changedon": new abap.types.Date(),
    "chgdanyby": new abap.types.Character(12, {}),
    "chgdanyon": new abap.types.Date(),
    "remote": new abap.types.Character(1, {}),
    "unicode": new abap.types.Character(1, {}),
    "r3release": new abap.types.Character(10, {}),
    "clsproxy": new abap.types.Character(1, {})}, "VSEOINTERF", "VSEOINTERF", {}, {}),
    "docu": new abap.types.Structure({
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
    "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {}),
    "description_int": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt"),
    "description": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt"),
    "description_sub": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt")}, "zcl_abapgit_object_intf=>ty_intf", undefined, {}, {});
    if (abap.compare.eq(this.#mv_aff_enabled, abap.builtin.abap_true)) {
      ls_intf.set((await this.#read_json()));
    } else {
      await ii_xml.get().zif_abapgit_xml_input$read({iv_name: abap.CharacterFactory.get(10, 'VSEOINTERF'), cg_data: ls_intf.get().vseointerf});
    }
    await this.set_abap_language_version({cv_abap_language_version: ls_intf.get().vseointerf.get().unicode});
    await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$create({iv_check: abap.builtin.abap_false, iv_package: iv_package, cg_properties: ls_intf.get().vseointerf});
  }
  async deserialize_proxy(INPUT) {
    let iv_transport = INPUT?.iv_transport;
    if (iv_transport?.getQualifiedName === undefined || iv_transport.getQualifiedName() !== "TRKORR") { iv_transport = undefined; }
    if (iv_transport === undefined) { iv_transport = new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"}).set(INPUT.iv_transport); }
    let lv_transport = new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"});
    let li_proxy_object = (() => { throw new Error("Void type: if_px_main") })();
    let lv_name = (() => { throw new Error("Void type: PRX_R3NAME") })();
    let lx_proxy_fault = (() => { throw new Error("Void type: cx_proxy_fault") })();
    lv_name.set(this.ms_item.get().obj_name);
    lv_transport.set(iv_transport);
    try {
      li_proxy_object.set((await (await abap.Classes['CL_PXN_FACTORY'].create({application: abap.CharacterFactory.get(8, 'PROXY_UI'), display_only: abap.builtin.abap_false, saveable: abap.builtin.abap_true})).get().if_pxn_factory$load_by_abap_name({object: this.ms_item.get().obj_type, obj_name: lv_name})));
      await li_proxy_object.get().activate({activate_all: abap.builtin.abap_true, transport_number: lv_transport});
      await li_proxy_object.get().dequeue();
    } catch (e) {
      if ((abap.Classes['CX_PROXY_FAULT'] && e instanceof abap.Classes['CX_PROXY_FAULT'])) {
        lx_proxy_fault.set(e);
        if (abap.compare.initial(li_proxy_object) === false) {
          try {
            await li_proxy_object.get().dequeue();
          } catch (e) {
            if ((abap.Classes['CX_PROXY_FAULT'] && e instanceof abap.Classes['CX_PROXY_FAULT'])) {
            } else {
              throw e;
            }
          }
        }
        await abap.Classes['ZCX_ABAPGIT_EXCEPTION'].raise_with_text({ix_previous: lx_proxy_fault});
      } else {
        throw e;
      }
    }
  }
  async #extract_languages_for_transl(INPUT) {
    let rs_result = abap.types.TableFactory.construct(new abap.types.Character(2, {"qualifiedName":"LAISO","ddicName":"LAISO","description":"LAISO"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_definitions=>ty_languages");
    let is_intf = INPUT?.is_intf;
    if (is_intf?.getQualifiedName === undefined || is_intf.getQualifiedName() !== "ZCL_ABAPGIT_OBJECT_INTF=>TY_INTF") { is_intf = undefined; }
    if (is_intf === undefined) { is_intf = new abap.types.Structure({
    "vseointerf": new abap.types.Structure({
    "clsname": new abap.types.Character(30, {}),
    "version": new abap.types.Numc(),
    "langu": new abap.types.Character(1, {}),
    "descript": new abap.types.Character(60, {}),
    "uuid": new abap.types.Hex({length: 16}),
    "category": new abap.types.Numc({length: 2}),
    "exposure": new abap.types.Numc(),
    "state": new abap.types.Numc(),
    "release": new abap.types.Numc(),
    "author": new abap.types.Character(12, {}),
    "createdon": new abap.types.Date(),
    "changedby": new abap.types.Character(12, {}),
    "changedon": new abap.types.Date(),
    "chgdanyby": new abap.types.Character(12, {}),
    "chgdanyon": new abap.types.Date(),
    "remote": new abap.types.Character(1, {}),
    "unicode": new abap.types.Character(1, {}),
    "r3release": new abap.types.Character(10, {}),
    "clsproxy": new abap.types.Character(1, {})}, "VSEOINTERF", "VSEOINTERF", {}, {}),
    "docu": new abap.types.Structure({
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
    "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {}),
    "description_int": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt"),
    "description": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt"),
    "description_sub": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt")}, "zcl_abapgit_object_intf=>ty_intf", undefined, {}, {}).set(INPUT.is_intf); }
    let lv_desc = new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {});
    let lv_desc_int = new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {});
    let lv_desc_sub = new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {});
    let lv_unique = new abap.types.Character(1, {"qualifiedName":"sy-langu","conversionExit":"ISOLA"});
    let lv_sap2 = new abap.types.String({qualifiedName: "STRING"});
    let lt_unique_language = abap.types.TableFactory.construct(new abap.types.Character(1, {"qualifiedName":"sy-langu","conversionExit":"ISOLA"}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "");
    let lv_original_language = new abap.types.Character(1, {"qualifiedName":"sy-langu","conversionExit":"ISOLA"});
    lv_original_language.set(this.mo_i18n_params.get().ms_params.get().main_language);
    for await (const unique479 of abap.statements.loop(is_intf.get().description,{where: async (I) => {return abap.compare.ne(I.langu, lv_original_language);}})) {
      lv_desc.set(unique479);
      abap.statements.append({source: lv_desc.get().langu, target: lt_unique_language});
    }
    for await (const unique480 of abap.statements.loop(is_intf.get().description_int,{where: async (I) => {return abap.compare.ne(I.langu, lv_original_language);}})) {
      lv_desc_int.set(unique480);
      abap.statements.append({source: lv_desc_int.get().langu, target: lt_unique_language});
    }
    for await (const unique481 of abap.statements.loop(is_intf.get().description_sub,{where: async (I) => {return abap.compare.ne(I.langu, lv_original_language);}})) {
      lv_desc_sub.set(unique481);
      abap.statements.append({source: lv_desc_sub.get().langu, target: lt_unique_language});
    }
    abap.statements.sort(lt_unique_language,{});
    await abap.statements.deleteInternal(lt_unique_language,{adjacent: true});
    for await (const unique482 of abap.statements.loop(lt_unique_language)) {
      lv_unique.set(unique482);
      lv_sap2.set((await abap.Classes['ZCL_ABAPGIT_CONVERT'].language_sap1_to_sap2({im_lang_sap1: lv_unique})));
      abap.statements.append({source: lv_sap2, target: rs_result});
    }
    return rs_result;
  }
  async #read_json() {
    let rs_intf = new abap.types.Structure({
    "vseointerf": new abap.types.Structure({
    "clsname": new abap.types.Character(30, {}),
    "version": new abap.types.Numc(),
    "langu": new abap.types.Character(1, {}),
    "descript": new abap.types.Character(60, {}),
    "uuid": new abap.types.Hex({length: 16}),
    "category": new abap.types.Numc({length: 2}),
    "exposure": new abap.types.Numc(),
    "state": new abap.types.Numc(),
    "release": new abap.types.Numc(),
    "author": new abap.types.Character(12, {}),
    "createdon": new abap.types.Date(),
    "changedby": new abap.types.Character(12, {}),
    "changedon": new abap.types.Date(),
    "chgdanyby": new abap.types.Character(12, {}),
    "chgdanyon": new abap.types.Date(),
    "remote": new abap.types.Character(1, {}),
    "unicode": new abap.types.Character(1, {}),
    "r3release": new abap.types.Character(10, {}),
    "clsproxy": new abap.types.Character(1, {})}, "VSEOINTERF", "VSEOINTERF", {}, {}),
    "docu": new abap.types.Structure({
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
    "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {}),
    "description_int": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt"),
    "description": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt"),
    "description_sub": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt")}, "zcl_abapgit_object_intf=>ty_intf", undefined, {}, {});
    let lv_json_data = new abap.types.String({qualifiedName: "STRING"});
    let ls_intf_aff = new abap.types.Structure({
    "format_version": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_AFF_TYPES_V1=>TY_FORMAT_VERSION"}),
    "header": new abap.types.Structure({
    "description": new abap.types.Character(60, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_description_60"}),
    "original_language": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_original_language","conversionExit":"ISOLA"}),
    "abap_language_version": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_abap_language_version_src"})}, "zif_abapgit_aff_types_v1=>ty_header_60_src", undefined, {}, {}),
    "category": new abap.types.Numc({length: 2, qualifiedName: "zif_abapgit_aff_intf_v1=>ty_category"}),
    "proxy": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
    "descriptions": new abap.types.Structure({
    "types": abap.types.TableFactory.construct(new abap.types.Structure({
    "name": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_object_name_30"}),
    "description": new abap.types.Character(60, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_description_60"})}, "zif_abapgit_aff_oo_types_v1=>ty_component_description", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["NAME"]},"secondary":[]}, "zif_abapgit_aff_oo_types_v1=>ty_component_descriptions"),
    "attributes": abap.types.TableFactory.construct(new abap.types.Structure({
    "name": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_object_name_30"}),
    "description": new abap.types.Character(60, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_description_60"})}, "zif_abapgit_aff_oo_types_v1=>ty_component_description", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["NAME"]},"secondary":[]}, "zif_abapgit_aff_oo_types_v1=>ty_component_descriptions"),
    "events": abap.types.TableFactory.construct(new abap.types.Structure({
    "name": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_object_name_30"}),
    "description": new abap.types.Character(60, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_description_60"}),
    "parameters": abap.types.TableFactory.construct(new abap.types.Structure({
    "name": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_object_name_30"}),
    "description": new abap.types.Character(60, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_description_60"})}, "zif_abapgit_aff_oo_types_v1=>ty_component_description", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["NAME"]},"secondary":[]}, "zif_abapgit_aff_oo_types_v1=>ty_component_descriptions")}, "zif_abapgit_aff_oo_types_v1=>ty_event", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["NAME"]},"secondary":[]}, "zif_abapgit_aff_oo_types_v1=>ty_events"),
    "methods": abap.types.TableFactory.construct(new abap.types.Structure({
    "name": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_object_name_30"}),
    "description": new abap.types.Character(60, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_description_60"}),
    "parameters": abap.types.TableFactory.construct(new abap.types.Structure({
    "name": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_object_name_30"}),
    "description": new abap.types.Character(60, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_description_60"})}, "zif_abapgit_aff_oo_types_v1=>ty_component_description", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["NAME"]},"secondary":[]}, "zif_abapgit_aff_oo_types_v1=>ty_component_descriptions"),
    "exceptions": abap.types.TableFactory.construct(new abap.types.Structure({
    "name": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_object_name_30"}),
    "description": new abap.types.Character(60, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_description_60"})}, "zif_abapgit_aff_oo_types_v1=>ty_component_description", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["NAME"]},"secondary":[]}, "zif_abapgit_aff_oo_types_v1=>ty_component_descriptions")}, "zif_abapgit_aff_oo_types_v1=>ty_method", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["NAME"]},"secondary":[]}, "zif_abapgit_aff_oo_types_v1=>ty_methods")}, "zif_abapgit_aff_oo_types_v1=>ty_descriptions", undefined, {}, {})}, "zif_abapgit_aff_intf_v1=>ty_main", undefined, {}, {});
    let lo_aff_mapper = new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_AFF_TYPE_MAPPING", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_AFF_TYPE_MAPPING"});
    lv_json_data.set((await this.mo_files.get().read_string({iv_ext: abap.CharacterFactory.get(4, 'json')})));
    ls_intf_aff.set((await abap.Classes['CLAS-ZCL_ABAPGIT_OBJECT_INTF-LCL_AFF_METADATA_HANDLER'].deserialize({iv_data: lv_json_data})));
    lo_aff_mapper.set(await (new abap.Classes['CLAS-ZCL_ABAPGIT_OBJECT_INTF-LCL_AFF_TYPE_MAPPING']()).constructor_());
    await lo_aff_mapper.get().zif_abapgit_aff_type_mapping$to_abapgit({iv_data: ls_intf_aff, iv_object_name: this.ms_item.get().obj_name, es_data: rs_intf});
    return rs_intf;
  }
  async #read_xml(INPUT) {
    let rs_intf = new abap.types.Structure({
    "vseointerf": new abap.types.Structure({
    "clsname": new abap.types.Character(30, {}),
    "version": new abap.types.Numc(),
    "langu": new abap.types.Character(1, {}),
    "descript": new abap.types.Character(60, {}),
    "uuid": new abap.types.Hex({length: 16}),
    "category": new abap.types.Numc({length: 2}),
    "exposure": new abap.types.Numc(),
    "state": new abap.types.Numc(),
    "release": new abap.types.Numc(),
    "author": new abap.types.Character(12, {}),
    "createdon": new abap.types.Date(),
    "changedby": new abap.types.Character(12, {}),
    "changedon": new abap.types.Date(),
    "chgdanyby": new abap.types.Character(12, {}),
    "chgdanyon": new abap.types.Date(),
    "remote": new abap.types.Character(1, {}),
    "unicode": new abap.types.Character(1, {}),
    "r3release": new abap.types.Character(10, {}),
    "clsproxy": new abap.types.Character(1, {})}, "VSEOINTERF", "VSEOINTERF", {}, {}),
    "docu": new abap.types.Structure({
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
    "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {}),
    "description_int": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt"),
    "description": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt"),
    "description_sub": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt")}, "zcl_abapgit_object_intf=>ty_intf", undefined, {}, {});
    let ii_xml = INPUT?.ii_xml;
    if (ii_xml?.getQualifiedName === undefined || ii_xml.getQualifiedName() !== "ZIF_ABAPGIT_XML_INPUT") { ii_xml = undefined; }
    if (ii_xml === undefined) { ii_xml = new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_XML_INPUT", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_XML_INPUT"}).set(INPUT.ii_xml); }
    await ii_xml.get().zif_abapgit_xml_input$read({iv_name: abap.CharacterFactory.get(10, 'VSEOINTERF'), cg_data: rs_intf.get().vseointerf});
    await ii_xml.get().zif_abapgit_xml_input$read({iv_name: abap.CharacterFactory.get(22, 'DESCRIPTIONS_INTERFACE'), cg_data: rs_intf.get().description_int});
    await ii_xml.get().zif_abapgit_xml_input$read({iv_name: abap.CharacterFactory.get(12, 'DESCRIPTIONS'), cg_data: rs_intf.get().description});
    await ii_xml.get().zif_abapgit_xml_input$read({iv_name: abap.CharacterFactory.get(16, 'DESCRIPTIONS_SUB'), cg_data: rs_intf.get().description_sub});
    await ii_xml.get().zif_abapgit_xml_input$read({iv_name: abap.CharacterFactory.get(5, 'LINES'), cg_data: rs_intf.get().docu.get().lines});
    await ii_xml.get().zif_abapgit_xml_input$read({iv_name: abap.CharacterFactory.get(10, 'I18N_LINES'), cg_data: rs_intf.get().docu.get().i18n_lines});
    return rs_intf;
  }
  async serialize_descr_class(INPUT) {
    let rs_description = abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt");
    let iv_clsname = INPUT?.iv_clsname;
    if (iv_clsname?.getQualifiedName === undefined || iv_clsname.getQualifiedName() !== "SEOCLSNAME") { iv_clsname = undefined; }
    if (iv_clsname === undefined) { iv_clsname = new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}).set(INPUT.iv_clsname); }
    let lt_descriptions = abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt");
    let lt_language_filter = abap.types.TableFactory.construct(new abap.types.Structure({
    "sign": new abap.types.Character(1, undefined),
    "option": new abap.types.Character(2, undefined),
    "low": new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS","description":"SPRAS"}),
    "high": new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS","description":"SPRAS"})}, undefined, undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_environment=>ty_system_language_filter");
    if (abap.compare.eq(this.mo_i18n_params.get().ms_params.get().main_language_only, abap.builtin.abap_true)) {
      return rs_description;
    }
    lt_descriptions.set((await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$read_descriptions_class({iv_object_name: iv_clsname, iv_language: this.mv_language})));
    lt_language_filter.set((await this.mo_i18n_params.get().build_language_filter()));
    await abap.statements.deleteInternal(lt_descriptions,{where: async (I) => {return ComponentCompareTodo && abap.compare.ne(I.langu, this.mv_language);}});
    if (abap.compare.eq(abap.builtin.lines({val: lt_descriptions}), abap.IntegerFactory.get(0))) {
      return rs_description;
    }
    rs_description.set(lt_descriptions);
    return rs_description;
  }
  async serialize_descr_compo(INPUT) {
    let rs_description = abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt");
    let iv_clsname = INPUT?.iv_clsname;
    if (iv_clsname?.getQualifiedName === undefined || iv_clsname.getQualifiedName() !== "SEOCLSNAME") { iv_clsname = undefined; }
    if (iv_clsname === undefined) { iv_clsname = new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}).set(INPUT.iv_clsname); }
    let lt_descriptions = abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt");
    let lv_language = new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS","description":"SPRAS"});
    let lt_language_filter = abap.types.TableFactory.construct(new abap.types.Structure({
    "sign": new abap.types.Character(1, undefined),
    "option": new abap.types.Character(2, undefined),
    "low": new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS","description":"SPRAS"}),
    "high": new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS","description":"SPRAS"})}, undefined, undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_environment=>ty_system_language_filter");
    if (abap.compare.eq(this.mo_i18n_params.get().ms_params.get().main_language_only, abap.builtin.abap_true)) {
      lv_language.set(this.mv_language);
    }
    lt_descriptions.set((await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$read_descriptions_compo({iv_object_name: iv_clsname, iv_language: lv_language})));
    lt_language_filter.set((await this.mo_i18n_params.get().build_language_filter()));
    await abap.statements.deleteInternal(lt_descriptions,{where: async (I) => {return ComponentCompareTodo && abap.compare.ne(I.langu, this.mv_language);}});
    if (abap.compare.eq(abap.builtin.lines({val: lt_descriptions}), abap.IntegerFactory.get(0))) {
      return rs_description;
    }
    rs_description.set(lt_descriptions);
    return rs_description;
  }
  async serialize_descr_subco(INPUT) {
    let rs_description = abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt");
    let iv_clsname = INPUT?.iv_clsname;
    if (iv_clsname?.getQualifiedName === undefined || iv_clsname.getQualifiedName() !== "SEOCLSNAME") { iv_clsname = undefined; }
    if (iv_clsname === undefined) { iv_clsname = new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}).set(INPUT.iv_clsname); }
    let lt_descriptions = abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt");
    let lv_language = new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS","description":"SPRAS"});
    let lt_language_filter = abap.types.TableFactory.construct(new abap.types.Structure({
    "sign": new abap.types.Character(1, undefined),
    "option": new abap.types.Character(2, undefined),
    "low": new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS","description":"SPRAS"}),
    "high": new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS","description":"SPRAS"})}, undefined, undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_environment=>ty_system_language_filter");
    if (abap.compare.eq(this.mo_i18n_params.get().ms_params.get().main_language_only, abap.builtin.abap_true)) {
      lv_language.set(this.mv_language);
    }
    lt_descriptions.set((await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$read_descriptions_subco({iv_object_name: iv_clsname, iv_language: lv_language})));
    lt_language_filter.set((await this.mo_i18n_params.get().build_language_filter()));
    await abap.statements.deleteInternal(lt_descriptions,{where: async (I) => {return ComponentCompareTodo && abap.compare.ne(I.langu, this.mv_language);}});
    if (abap.compare.eq(abap.builtin.lines({val: lt_descriptions}), abap.IntegerFactory.get(0))) {
      return rs_description;
    }
    rs_description.set(lt_descriptions);
    return rs_description;
  }
  async serialize_docu(INPUT) {
    let rs_docu = new abap.types.Structure({
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
    "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {});
    let it_langu_additional = abap.types.TableFactory.construct(new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_langus");
    if (INPUT && INPUT.it_langu_additional) {it_langu_additional.set(INPUT.it_langu_additional);}
    let iv_clsname = INPUT?.iv_clsname;
    if (iv_clsname?.getQualifiedName === undefined || iv_clsname.getQualifiedName() !== "SEOCLSNAME") { iv_clsname = undefined; }
    if (iv_clsname === undefined) { iv_clsname = new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}).set(INPUT.iv_clsname); }
    let lt_lines = abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB");
    let lv_object = new abap.types.Character(60, {});
    let lv_langu = new abap.types.Character(1, {"qualifiedName":"sy-langu","conversionExit":"ISOLA"});
    let lt_i18n_lines = abap.types.TableFactory.construct(new abap.types.Structure({
    "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines");
    let ls_i18n_lines = new abap.types.Structure({
    "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {});
    lv_object.set(iv_clsname);
    lt_lines.set((await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$read_documentation({iv_id: zcl_abapgit_object_intf.c_longtext_id.get().interface, iv_object_name: lv_object, iv_language: this.mv_language})));
    rs_docu.get().lines.set(lt_lines);
    if (abap.compare.eq(this.mo_i18n_params.get().ms_params.get().main_language_only, abap.builtin.abap_true)) {
      return rs_docu;
    }
    for await (const unique483 of abap.statements.loop(it_langu_additional)) {
      lv_langu.set(unique483);
      lt_lines.set((await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$read_documentation({iv_id: zcl_abapgit_object_intf.c_longtext_id.get().interface, iv_object_name: lv_object, iv_language: lv_langu})));
      if (abap.compare.gt(abap.builtin.lines({val: lt_lines}), abap.IntegerFactory.get(0))) {
        ls_i18n_lines.clear();
        ls_i18n_lines.get().language.set(lv_langu);
        ls_i18n_lines.get().lines.set(lt_lines);
        abap.statements.insertInternal({data: ls_i18n_lines, table: lt_i18n_lines});
      }
    }
    rs_docu.get().i18n_lines.set(lt_i18n_lines);
    return rs_docu;
  }
  async serialize_xml(INPUT) {
    let io_xml = INPUT?.io_xml;
    if (io_xml?.getQualifiedName === undefined || io_xml.getQualifiedName() !== "ZIF_ABAPGIT_XML_OUTPUT") { io_xml = undefined; }
    if (io_xml === undefined) { io_xml = new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_XML_OUTPUT", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_XML_OUTPUT"}).set(INPUT.io_xml); }
    let ls_intf = new abap.types.Structure({
    "vseointerf": new abap.types.Structure({
    "clsname": new abap.types.Character(30, {}),
    "version": new abap.types.Numc(),
    "langu": new abap.types.Character(1, {}),
    "descript": new abap.types.Character(60, {}),
    "uuid": new abap.types.Hex({length: 16}),
    "category": new abap.types.Numc({length: 2}),
    "exposure": new abap.types.Numc(),
    "state": new abap.types.Numc(),
    "release": new abap.types.Numc(),
    "author": new abap.types.Character(12, {}),
    "createdon": new abap.types.Date(),
    "changedby": new abap.types.Character(12, {}),
    "changedon": new abap.types.Date(),
    "chgdanyby": new abap.types.Character(12, {}),
    "chgdanyon": new abap.types.Date(),
    "remote": new abap.types.Character(1, {}),
    "unicode": new abap.types.Character(1, {}),
    "r3release": new abap.types.Character(10, {}),
    "clsproxy": new abap.types.Character(1, {})}, "VSEOINTERF", "VSEOINTERF", {}, {}),
    "docu": new abap.types.Structure({
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
    "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {}),
    "description_int": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt"),
    "description": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt"),
    "description_sub": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt")}, "zcl_abapgit_object_intf=>ty_intf", undefined, {}, {});
    let ls_clskey = new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"})}, "SEOCLSKEY", "SEOCLSKEY", {}, {});
    let lv_serialized_data = new abap.types.XString({qualifiedName: "XSTRING"});
    let lt_langu_additional = abap.types.TableFactory.construct(new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_langus");
    let lt_i18n_file = abap.types.TableFactory.construct(new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_I18N_FILE", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_I18N_FILE"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_i18n_file=>ty_table_of");
    let lo_i18n_file = new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_I18N_FILE", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_I18N_FILE"});
    let lt_languages_for_translation = abap.types.TableFactory.construct(new abap.types.Character(2, {"qualifiedName":"LAISO","ddicName":"LAISO","description":"LAISO"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_definitions=>ty_languages");
    ls_clskey.get().clsname.set(this.ms_item.get().obj_name);
    ls_intf.get().vseointerf.set((await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$get_interface_properties({is_interface_key: ls_clskey})));
    await this.clear_abap_language_version({cv_abap_language_version: ls_intf.get().vseointerf.get().unicode});
    await abap.statements.select(lt_langu_additional, {select: "SELECT langu FROM " + abap.buildDbTableName("dokhl") + " WHERE \"id\" = '" + zcl_abapgit_object_intf.c_longtext_id.get().interface.get() + "' AND \"object\" = '" + ls_clskey.get().clsname.get() + "' AND \"langu\" <> '" + this.mv_language.get() + "' ORDER BY \"langu\"", primaryKey: ["id","object","langu","typ","dokversion"]});
    ls_intf.get().docu.set((await this.serialize_docu({iv_clsname: ls_clskey.get().clsname, it_langu_additional: lt_langu_additional})));
    ls_intf.get().description_int.set((await this.serialize_descr_class({iv_clsname: ls_clskey.get().clsname})));
    ls_intf.get().description.set((await this.serialize_descr_compo({iv_clsname: ls_clskey.get().clsname})));
    ls_intf.get().description_sub.set((await this.serialize_descr_subco({iv_clsname: ls_clskey.get().clsname})));
    if (abap.compare.eq(this.#mv_aff_enabled, abap.builtin.abap_true)) {
      lv_serialized_data.set((await abap.Classes['CLAS-ZCL_ABAPGIT_OBJECT_INTF-LCL_AFF_METADATA_HANDLER'].serialize({is_intf: ls_intf})));
      await this.mo_files.get().add_raw({iv_ext: abap.CharacterFactory.get(4, 'json'), iv_data: lv_serialized_data});
      lt_languages_for_translation.set((await this.#extract_languages_for_transl({is_intf: ls_intf})));
      lt_i18n_file.set((await abap.Classes['CLAS-ZCL_ABAPGIT_OBJECT_INTF-LCL_AFF_METADATA_HANDLER'].serialize_translations({is_intf: ls_intf, it_language: lt_languages_for_translation})));
      for await (const unique484 of abap.statements.loop(lt_i18n_file)) {
        lo_i18n_file.set(unique484);
        await this.mo_files.get().add_i18n_file({ii_i18n_file: lo_i18n_file});
      }
    } else {
      await io_xml.get().zif_abapgit_xml_output$add({iv_name: abap.CharacterFactory.get(10, 'VSEOINTERF'), ig_data: ls_intf.get().vseointerf});
      await io_xml.get().zif_abapgit_xml_output$add({iv_name: abap.CharacterFactory.get(22, 'DESCRIPTIONS_INTERFACE'), ig_data: ls_intf.get().description_int});
      await io_xml.get().zif_abapgit_xml_output$add({iv_name: abap.CharacterFactory.get(12, 'DESCRIPTIONS'), ig_data: ls_intf.get().description});
      await io_xml.get().zif_abapgit_xml_output$add({iv_name: abap.CharacterFactory.get(16, 'DESCRIPTIONS_SUB'), ig_data: ls_intf.get().description_sub});
      await io_xml.get().zif_abapgit_xml_output$add({iv_name: abap.CharacterFactory.get(5, 'LINES'), ig_data: ls_intf.get().docu.get().lines});
      await io_xml.get().zif_abapgit_xml_output$add({iv_name: abap.CharacterFactory.get(10, 'I18N_LINES'), ig_data: ls_intf.get().docu.get().i18n_lines});
      await this.serialize_longtexts({ii_xml: io_xml, iv_longtext_name: zcl_abapgit_object_intf.c_longtext_name.get().attributes, iv_longtext_id: zcl_abapgit_object_intf.c_longtext_id.get().attributes});
      await this.serialize_longtexts({ii_xml: io_xml, iv_longtext_name: zcl_abapgit_object_intf.c_longtext_name.get().methods, iv_longtext_id: zcl_abapgit_object_intf.c_longtext_id.get().methods});
      await this.serialize_longtexts({ii_xml: io_xml, iv_longtext_name: zcl_abapgit_object_intf.c_longtext_name.get().events, iv_longtext_id: zcl_abapgit_object_intf.c_longtext_id.get().events});
    }
  }
  async zif_abapgit_object$changed_by(INPUT) {
    let rv_user = new abap.types.Character(12, {"qualifiedName":"SYUNAME","ddicName":"SYUNAME","description":"SYUNAME"});
    let iv_extra = new abap.types.String({qualifiedName: "STRING"});
    if (INPUT && INPUT.iv_extra) {iv_extra.set(INPUT.iv_extra);}
    let lt_reposrc = abap.types.TableFactory.construct(new abap.types.Structure({
    "unam": new abap.types.Character(12, {}),
    "udat": new abap.types.Date(),
    "utime": new abap.types.Time()}, "ty_reposrc", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "");
    let ls_reposrc = new abap.types.Structure({
    "unam": new abap.types.Character(12, {}),
    "udat": new abap.types.Date(),
    "utime": new abap.types.Time()}, "ty_reposrc", undefined, {}, {});
    let lt_includes = abap.types.TableFactory.construct(new abap.types.Structure({
    "programm": new abap.types.Character(40, {"qualifiedName":"SYREPID","ddicName":"SYREPID","description":"SYREPID"})}, "ty_includes", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "");
    lt_includes.set((await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$get_includes({iv_object_name: this.ms_item.get().obj_name})));
    abap.statements.assert(abap.compare.gt(abap.builtin.lines({val: lt_includes}), abap.IntegerFactory.get(0)));
    if (lt_includes.array().length === 0) {
        throw new Error("FAE, todo, empty table");
    } else {
        const unique486 = lt_includes.array();
        lt_reposrc.clear();
        for await (const unique485 of unique486) {
            await abap.statements.select(lt_reposrc, {select: "SELECT \"unam\", \"udat\", \"utime\" FROM " + abap.buildDbTableName("reposrc") + " WHERE \"progname\" = '" + unique485.get().programm.get() + "' AND \"r3state\" = 'A'", primaryKey: ["progname"]}, {appending: true});
          }
          if (!(lt_reposrc instanceof abap.types.HashedTable) && lt_reposrc.getOptions()?.primaryKey?.type !== "SORTED") {
              abap.statements.sort(lt_reposrc, {by: ["progname"].map(k => { return {component: k}; })});
              await abap.statements.deleteInternal(lt_reposrc, {adjacent: true, by: ["progname"]});
            }
            abap.builtin.sy.get().dbcnt.set(lt_reposrc.getArrayLength());
        }
        if (abap.compare.ne(abap.builtin.sy.get().subrc, abap.IntegerFactory.get(0))) {
          rv_user.set(zcl_abapgit_object_intf.c_user_unknown);
        } else {
          abap.statements.sort(lt_reposrc,{by: [{component: "udat", descending: true},{component: "utime", descending: true}]});
          abap.statements.readTable(lt_reposrc,{index: abap.IntegerFactory.get(1),
            into: ls_reposrc});
          abap.statements.assert(abap.compare.eq(abap.builtin.sy.get().subrc, abap.IntegerFactory.get(0)));
          rv_user.set(ls_reposrc.get().unam);
        }
        return rv_user;
      }
      async zif_abapgit_object$delete(INPUT) {
        let iv_package = INPUT?.iv_package;
        if (iv_package?.getQualifiedName === undefined || iv_package.getQualifiedName() !== "DEVCLASS") { iv_package = undefined; }
        if (iv_package === undefined) { iv_package = new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"}).set(INPUT.iv_package); }
        let iv_transport = INPUT?.iv_transport;
        if (iv_transport?.getQualifiedName === undefined || iv_transport.getQualifiedName() !== "TRKORR") { iv_transport = undefined; }
        if (iv_transport === undefined) { iv_transport = new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"}).set(INPUT.iv_transport); }
        let ls_clskey = new abap.types.Structure({
        "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"})}, "SEOCLSKEY", "SEOCLSKEY", {}, {});
        let ls_vseointerf = new abap.types.Structure({
        "clsname": new abap.types.Character(30, {}),
        "version": new abap.types.Numc(),
        "langu": new abap.types.Character(1, {}),
        "descript": new abap.types.Character(60, {}),
        "uuid": new abap.types.Hex({length: 16}),
        "category": new abap.types.Numc({length: 2}),
        "exposure": new abap.types.Numc(),
        "state": new abap.types.Numc(),
        "release": new abap.types.Numc(),
        "author": new abap.types.Character(12, {}),
        "createdon": new abap.types.Date(),
        "changedby": new abap.types.Character(12, {}),
        "changedon": new abap.types.Date(),
        "chgdanyby": new abap.types.Character(12, {}),
        "chgdanyon": new abap.types.Date(),
        "remote": new abap.types.Character(1, {}),
        "unicode": new abap.types.Character(1, {}),
        "r3release": new abap.types.Character(10, {}),
        "clsproxy": new abap.types.Character(1, {})}, "VSEOINTERF", "VSEOINTERF", {}, {});
        ls_clskey.get().clsname.set(this.ms_item.get().obj_name);
        ls_vseointerf.set((await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$get_interface_properties({is_interface_key: ls_clskey})));
        if (abap.compare.eq(ls_vseointerf.get().clsproxy, abap.builtin.abap_true)) {
          return;
        }
        if (abap.compare.eq((await this.zif_abapgit_object$exists()), abap.builtin.abap_false)) {
          return;
        }
        await this.corr_insert({iv_package: iv_package});
        await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$delete({is_deletion_key: ls_clskey});
      }
      async zif_abapgit_object$deserialize(INPUT) {
        let iv_package = INPUT?.iv_package;
        if (iv_package?.getQualifiedName === undefined || iv_package.getQualifiedName() !== "DEVCLASS") { iv_package = undefined; }
        if (iv_package === undefined) { iv_package = new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"}).set(INPUT.iv_package); }
        let io_xml = INPUT?.io_xml;
        if (io_xml?.getQualifiedName === undefined || io_xml.getQualifiedName() !== "ZIF_ABAPGIT_XML_INPUT") { io_xml = undefined; }
        if (io_xml === undefined) { io_xml = new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_XML_INPUT", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_XML_INPUT"}).set(INPUT.io_xml); }
        let iv_step = INPUT?.iv_step;
        if (iv_step?.getQualifiedName === undefined || iv_step.getQualifiedName() !== "ZIF_ABAPGIT_OBJECTS=>TY_DESERIALIZATION_STEP") { iv_step = undefined; }
        if (iv_step === undefined) { iv_step = new abap.types.String({qualifiedName: "ZIF_ABAPGIT_OBJECTS=>TY_DESERIALIZATION_STEP"}).set(INPUT.iv_step); }
        let ii_log = INPUT?.ii_log;
        if (ii_log?.getQualifiedName === undefined || ii_log.getQualifiedName() !== "ZIF_ABAPGIT_LOG") { ii_log = undefined; }
        if (ii_log === undefined) { ii_log = new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_LOG", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_LOG"}).set(INPUT.ii_log); }
        let iv_transport = INPUT?.iv_transport;
        if (iv_transport?.getQualifiedName === undefined || iv_transport.getQualifiedName() !== "TRKORR") { iv_transport = undefined; }
        if (iv_transport === undefined) { iv_transport = new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"}).set(INPUT.iv_transport); }
        let lt_source = abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "RSWSOURCET");
        let ls_clskey = new abap.types.Structure({
        "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"})}, "SEOCLSKEY", "SEOCLSKEY", {}, {});
        let ls_intf = new abap.types.Structure({
        "vseointerf": new abap.types.Structure({
        "clsname": new abap.types.Character(30, {}),
        "version": new abap.types.Numc(),
        "langu": new abap.types.Character(1, {}),
        "descript": new abap.types.Character(60, {}),
        "uuid": new abap.types.Hex({length: 16}),
        "category": new abap.types.Numc({length: 2}),
        "exposure": new abap.types.Numc(),
        "state": new abap.types.Numc(),
        "release": new abap.types.Numc(),
        "author": new abap.types.Character(12, {}),
        "createdon": new abap.types.Date(),
        "changedby": new abap.types.Character(12, {}),
        "changedon": new abap.types.Date(),
        "chgdanyby": new abap.types.Character(12, {}),
        "chgdanyon": new abap.types.Date(),
        "remote": new abap.types.Character(1, {}),
        "unicode": new abap.types.Character(1, {}),
        "r3release": new abap.types.Character(10, {}),
        "clsproxy": new abap.types.Character(1, {})}, "VSEOINTERF", "VSEOINTERF", {}, {}),
        "docu": new abap.types.Structure({
        "lines": abap.types.TableFactory.construct(new abap.types.Structure({
        "tdformat": new abap.types.Character(2, {}),
        "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
        "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
        "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
        "lines": abap.types.TableFactory.construct(new abap.types.Structure({
        "tdformat": new abap.types.Character(2, {}),
        "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {}),
        "description_int": abap.types.TableFactory.construct(new abap.types.Structure({
        "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
        "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
        "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt"),
        "description": abap.types.TableFactory.construct(new abap.types.Structure({
        "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
        "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
        "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
        "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt"),
        "description_sub": abap.types.TableFactory.construct(new abap.types.Structure({
        "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
        "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
        "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
        "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
        "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt")}, "zcl_abapgit_object_intf=>ty_intf", undefined, {}, {});
        let lt_description = abap.types.TableFactory.construct(new abap.types.Structure({
        "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
        "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
        "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
        "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt");
        let lt_description_int = abap.types.TableFactory.construct(new abap.types.Structure({
        "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
        "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
        "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt");
        let lt_description_sub = abap.types.TableFactory.construct(new abap.types.Structure({
        "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
        "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
        "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
        "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
        "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt");
        if (abap.compare.eq(iv_step, abap.Classes['ZIF_ABAPGIT_OBJECT'].zif_abapgit_object$gc_step_id.get().abap)) {
          if (abap.compare.eq(this.#mv_aff_enabled, abap.builtin.abap_true)) {
            ls_intf.set((await this.#read_json()));
            await abap.Classes['CLAS-ZCL_ABAPGIT_OBJECT_INTF-LCL_AFF_METADATA_HANDLER'].deserialize_translation({io_files: this.mo_files, is_item: this.ms_item, et_description: lt_description, et_description_int: lt_description_int, et_description_sub: lt_description_sub});
            abap.statements.append({source: lt_description, lines: true, target: ls_intf.get().description});
            abap.statements.append({source: lt_description_int, lines: true, target: ls_intf.get().description_int});
            abap.statements.append({source: lt_description_sub, lines: true, target: ls_intf.get().description_sub});
          } else {
            ls_intf.set((await this.#read_xml({ii_xml: io_xml})));
          }
          await this.set_abap_language_version({cv_abap_language_version: ls_intf.get().vseointerf.get().unicode});
          if (abap.compare.eq(ls_intf.get().vseointerf.get().clsproxy, abap.builtin.abap_true)) {
            await this.deserialize_proxy({iv_transport: iv_transport});
          } else {
            await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$create({iv_check: abap.builtin.abap_true, iv_package: iv_package, cg_properties: ls_intf.get().vseointerf});
            ls_clskey.get().clsname.set(this.ms_item.get().obj_name);
            lt_source.set((await this.mo_files.get().read_abap()));
            await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$deserialize_source({is_key: ls_clskey, iv_package: iv_package, iv_version: ls_intf.get().vseointerf.get().unicode, it_source: lt_source});
            await this.#deserialize_descr_class({it_description: ls_intf.get().description_int});
            await this.#deserialize_descr_compo({it_description: ls_intf.get().description});
            await this.#deserialize_descr_subco({it_description: ls_intf.get().description_sub});
            await this.deserialize_docu({is_docu: ls_intf.get().docu, ii_xml: io_xml});
            await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$add_to_activation_list({is_item: this.ms_item});
          }
        } else if (abap.compare.eq(iv_step, abap.Classes['ZIF_ABAPGIT_OBJECT'].zif_abapgit_object$gc_step_id.get().early)) {
          if (abap.compare.eq((await this.zif_abapgit_object$exists()), abap.builtin.abap_false)) {
            await this.#deserialize_pre_ddic({ii_xml: io_xml, iv_package: iv_package});
          } else {
            await this.corr_insert({iv_package: iv_package});
          }
        }
      }
      async zif_abapgit_object$exists() {
        let rv_bool = new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});
        let ls_class_key = new abap.types.Structure({
        "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"})}, "SEOCLSKEY", "SEOCLSKEY", {}, {});
        let lv_category = (() => { throw new Error("Void type: SEOCLASSDF") })();
        ls_class_key.get().clsname.set(this.ms_item.get().obj_name);
        rv_bool.set((await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$exists({iv_object_name: ls_class_key.get().clsname})));
        if (abap.compare.eq(rv_bool, abap.builtin.abap_true)) {
          await abap.statements.select(lv_category, {select: "SELECT category FROM " + abap.buildDbTableName("seoclassdf") + " WHERE \"clsname\" = '" + ls_class_key.get().clsname.get() + "' AND ( \"version\" = '1' OR \"version\" = '0' ) UP TO 1 ROWS"});
          if (abap.compare.eq(abap.builtin.sy.get().subrc, abap.IntegerFactory.get(0)) && abap.compare.eq(lv_category, abap.TypePools["SEOC"].seoc_category_webdynpro_class)) {
            rv_bool.set(abap.builtin.abap_false);
          } else {
            await abap.statements.select(ls_class_key.get().clsname, {select: "SELECT obj_name FROM " + abap.buildDbTableName("sproxhdr") + " WHERE \"object\" = 'INTF' AND \"obj_name\" = '" + ls_class_key.get().clsname.get() + "' UP TO 1 ROWS"});
            if (abap.compare.eq(abap.builtin.sy.get().subrc, abap.IntegerFactory.get(0))) {
              rv_bool.set(abap.builtin.abap_false);
            }
          }
        }
        return rv_bool;
      }
      async zif_abapgit_object$get_comparator() {
        let ri_comparator = new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_COMPARATOR", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_COMPARATOR"});
        return ri_comparator;
        return ri_comparator;
      }
      async zif_abapgit_object$get_deserialize_order(INPUT) {
        let rt_objects_before = abap.types.TableFactory.construct(new abap.types.Structure({
        "obj_type": new abap.types.Character(4, {}),
        "obj_name": new abap.types.Character(40, {}),
        "devclass": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"}),
        "srcsystem": new abap.types.Character(5, {}),
        "origlang": new abap.types.Character(1, {}),
        "inactive": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
        "abap_language_version": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_abap_language_version"})}, "zif_abapgit_definitions=>ty_item", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_definitions=>ty_items_tt");
        let it_all_objects = INPUT?.it_all_objects;
        if (it_all_objects?.getQualifiedName === undefined || it_all_objects.getQualifiedName() !== "ZIF_ABAPGIT_DEFINITIONS=>TY_ITEMS_TT") { it_all_objects = undefined; }
        if (it_all_objects === undefined) { it_all_objects = abap.types.TableFactory.construct(new abap.types.Structure({
        "obj_type": new abap.types.Character(4, {}),
        "obj_name": new abap.types.Character(40, {}),
        "devclass": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"}),
        "srcsystem": new abap.types.Character(5, {}),
        "origlang": new abap.types.Character(1, {}),
        "inactive": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
        "abap_language_version": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_abap_language_version"})}, "zif_abapgit_definitions=>ty_item", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_definitions=>ty_items_tt").set(INPUT.it_all_objects); }
        return rt_objects_before;
        return rt_objects_before;
      }
      async zif_abapgit_object$get_deserialize_steps() {
        let rt_steps = abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "ZIF_ABAPGIT_OBJECTS=>TY_DESERIALIZATION_STEP"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_objects=>ty_deserialization_step_tt");
        abap.statements.append({source: abap.Classes['ZIF_ABAPGIT_OBJECT'].zif_abapgit_object$gc_step_id.get().early, target: rt_steps});
        abap.statements.append({source: abap.Classes['ZIF_ABAPGIT_OBJECT'].zif_abapgit_object$gc_step_id.get().abap, target: rt_steps});
        abap.statements.append({source: abap.Classes['ZIF_ABAPGIT_OBJECT'].zif_abapgit_object$gc_step_id.get().lxe, target: rt_steps});
        return rt_steps;
      }
      async zif_abapgit_object$get_metadata() {
        let rs_metadata = new abap.types.Structure({
        "class": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_METADATA-CLASS"}),
        "version": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_METADATA-VERSION"})}, "zif_abapgit_definitions=>ty_metadata", undefined, {}, {});
        rs_metadata.set((await this.get_metadata()));
        return rs_metadata;
      }
      async zif_abapgit_object$is_active() {
        let rv_active = new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});
        rv_active.set((await this.is_active()));
        return rv_active;
      }
      async zif_abapgit_object$is_locked() {
        let rv_is_locked = new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});
        let lv_object = (() => { throw new Error("Void type: EQEGRAARG") })();
        lv_object.set(new abap.types.String().set(`${abap.templateFormatting(this.ms_item.get().obj_name)}`));
        abap.statements.overlay(lv_object,abap.CharacterFactory.get(31, '==============================P'));
        lv_object.set(abap.operators.concat(lv_object,abap.CharacterFactory.get(1, '*')));
        rv_is_locked.set((await this.exists_a_lock_entry_for({iv_lock_object: abap.CharacterFactory.get(9, 'ESEOCLASS'), iv_argument: lv_object})));
        return rv_is_locked;
      }
      async zif_abapgit_object$jump(INPUT) {
        let rv_exit = new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});
        let iv_extra = new abap.types.String({qualifiedName: "STRING"});
        if (INPUT && INPUT.iv_extra) {iv_extra.set(INPUT.iv_extra);}
        return rv_exit;
      }
      async zif_abapgit_object$map_filename_to_object(INPUT) {
        return zcl_abapgit_object_intf.zif_abapgit_object$map_filename_to_object(INPUT);
      }
      static async zif_abapgit_object$map_filename_to_object(INPUT) {
        let iv_item_part_of_filename = INPUT?.iv_item_part_of_filename;
        if (iv_item_part_of_filename?.getQualifiedName === undefined || iv_item_part_of_filename.getQualifiedName() !== "STRING") { iv_item_part_of_filename = undefined; }
        if (iv_item_part_of_filename === undefined) { iv_item_part_of_filename = new abap.types.String({qualifiedName: "STRING"}).set(INPUT.iv_item_part_of_filename); }
        let iv_path = new abap.types.String({qualifiedName: "STRING"});
        if (INPUT && INPUT.iv_path) {iv_path.set(INPUT.iv_path);}
        let io_dot = new abap.types.ABAPObject({qualifiedName: "ZCL_ABAPGIT_DOT_ABAPGIT", RTTIName: "\\CLASS=ZCL_ABAPGIT_DOT_ABAPGIT"});
        if (INPUT && INPUT.io_dot) {io_dot.set(INPUT.io_dot);}
        let iv_package = new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"});
        if (INPUT && INPUT.iv_package) {iv_package.set(INPUT.iv_package);}
        let cs_item = new abap.types.Structure({
        "obj_type": new abap.types.Character(4, {}),
        "obj_name": new abap.types.Character(40, {}),
        "devclass": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"}),
        "srcsystem": new abap.types.Character(5, {}),
        "origlang": new abap.types.Character(1, {}),
        "inactive": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
        "abap_language_version": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_abap_language_version"})}, "zif_abapgit_definitions=>ty_item", undefined, {}, {});
        if (INPUT && INPUT.cs_item) {cs_item = INPUT.cs_item;}
        return;
      }
      async zif_abapgit_object$map_object_to_filename(INPUT) {
        return zcl_abapgit_object_intf.zif_abapgit_object$map_object_to_filename(INPUT);
      }
      static async zif_abapgit_object$map_object_to_filename(INPUT) {
        let is_item = INPUT?.is_item;
        if (is_item?.getQualifiedName === undefined || is_item.getQualifiedName() !== "ZIF_ABAPGIT_DEFINITIONS=>TY_ITEM") { is_item = undefined; }
        if (is_item === undefined) { is_item = new abap.types.Structure({
        "obj_type": new abap.types.Character(4, {}),
        "obj_name": new abap.types.Character(40, {}),
        "devclass": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"}),
        "srcsystem": new abap.types.Character(5, {}),
        "origlang": new abap.types.Character(1, {}),
        "inactive": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
        "abap_language_version": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_abap_language_version"})}, "zif_abapgit_definitions=>ty_item", undefined, {}, {}).set(INPUT.is_item); }
        let iv_ext = INPUT?.iv_ext;
        if (iv_ext?.getQualifiedName === undefined || iv_ext.getQualifiedName() !== "STRING") { iv_ext = undefined; }
        if (iv_ext === undefined) { iv_ext = new abap.types.String({qualifiedName: "STRING"}).set(INPUT.iv_ext); }
        let iv_extra = INPUT?.iv_extra;
        let cv_item_part_of_filename = new abap.types.String({qualifiedName: "STRING"});
        if (INPUT && INPUT.cv_item_part_of_filename) {cv_item_part_of_filename = INPUT.cv_item_part_of_filename;}
        return;
      }
      async zif_abapgit_object$serialize(INPUT) {
        let io_xml = INPUT?.io_xml;
        if (io_xml?.getQualifiedName === undefined || io_xml.getQualifiedName() !== "ZIF_ABAPGIT_XML_OUTPUT") { io_xml = undefined; }
        if (io_xml === undefined) { io_xml = new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_XML_OUTPUT", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_XML_OUTPUT"}).set(INPUT.io_xml); }
        let lt_source = (() => { throw new Error("Void type: SEOP_SOURCE_STRING") })();
        let ls_interface_key = new abap.types.Structure({
        "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"})}, "SEOCLSKEY", "SEOCLSKEY", {}, {});
        ls_interface_key.get().clsname.set(this.ms_item.get().obj_name);
        if (abap.compare.eq((await this.zif_abapgit_object$exists()), abap.builtin.abap_false)) {
          return;
        }
        if (abap.FunctionModules['SEO_BUFFER_REFRESH'] === undefined) { if (abap.Classes['CX_SY_DYN_CALL_ILLEGAL_FUNC'.trimEnd()] === undefined) { throw "CX_SY_DYN_CALL_ILLEGAL_FUNC not found"; } else { throw new abap.Classes['CX_SY_DYN_CALL_ILLEGAL_FUNC'.trimEnd()]();} }
        await abap.FunctionModules['SEO_BUFFER_REFRESH']({exporting: {version: abap.TypePools["SEOC"].seoc_version_active, force: abap.builtin.abap_true}});
        if (abap.FunctionModules['SEO_BUFFER_REFRESH'] === undefined) { if (abap.Classes['CX_SY_DYN_CALL_ILLEGAL_FUNC'.trimEnd()] === undefined) { throw "CX_SY_DYN_CALL_ILLEGAL_FUNC not found"; } else { throw new abap.Classes['CX_SY_DYN_CALL_ILLEGAL_FUNC'.trimEnd()]();} }
        await abap.FunctionModules['SEO_BUFFER_REFRESH']({exporting: {version: abap.TypePools["SEOC"].seoc_version_inactive, force: abap.builtin.abap_true}});
        lt_source.set((await this.#mi_object_oriented_object_fct.get().zif_abapgit_oo_object_fnc$serialize_abap({is_class_key: ls_interface_key})));
        await this.mo_files.get().add_abap({it_abap: lt_source});
        await this.serialize_xml({io_xml: io_xml});
      }
    }
    abap.Classes['ZCL_ABAPGIT_OBJECT_INTF'] = zcl_abapgit_object_intf;
    zcl_abapgit_object_intf.c_longtext_name = new abap.types.Structure({
    "attributes": new abap.types.String({qualifiedName: "STRING"}),
    "methods": new abap.types.String({qualifiedName: "STRING"}),
    "events": new abap.types.String({qualifiedName: "STRING"})}, undefined, undefined, {}, {});
    zcl_abapgit_object_intf.c_longtext_name.get().attributes.set('LONGTEXTS_IA');
    zcl_abapgit_object_intf.c_longtext_name.get().methods.set('LONGTEXTS_IO');
    zcl_abapgit_object_intf.c_longtext_name.get().events.set('LONGTEXTS_IE');
    zcl_abapgit_object_intf.c_longtext_id = new abap.types.Structure({
    "interface": new abap.types.Character(2, {}),
    "attributes": new abap.types.Character(2, {}),
    "methods": new abap.types.Character(2, {}),
    "events": new abap.types.Character(2, {})}, undefined, undefined, {}, {});
    zcl_abapgit_object_intf.c_longtext_id.get().interface.set('IF');
    zcl_abapgit_object_intf.c_longtext_id.get().attributes.set('IA');
    zcl_abapgit_object_intf.c_longtext_id.get().methods.set('IO');
    zcl_abapgit_object_intf.c_longtext_id.get().events.set('IE');
    zcl_abapgit_object_intf.zif_abapgit_object$gc_step_id = new abap.types.Structure({
    "early": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_OBJECTS=>TY_DESERIALIZATION_STEP"}),
    "abap": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_OBJECTS=>TY_DESERIALIZATION_STEP"}),
    "ddic": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_OBJECTS=>TY_DESERIALIZATION_STEP"}),
    "late": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_OBJECTS=>TY_DESERIALIZATION_STEP"}),
    "lxe": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_OBJECTS=>TY_DESERIALIZATION_STEP"})}, undefined, undefined, {}, {});
    zcl_abapgit_object_intf.zif_abapgit_object$gc_step_id.get().early.set('EARLY');
    zcl_abapgit_object_intf.zif_abapgit_object$gc_step_id.get().abap.set('ABAP');
    zcl_abapgit_object_intf.zif_abapgit_object$gc_step_id.get().ddic.set('DDIC');
    zcl_abapgit_object_intf.zif_abapgit_object$gc_step_id.get().late.set('LATE');
    zcl_abapgit_object_intf.zif_abapgit_object$gc_step_id.get().lxe.set('LXE');
    zcl_abapgit_object_intf.ty_docu = new abap.types.Structure({
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
    "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {});
    zcl_abapgit_object_intf.ty_intf = new abap.types.Structure({
    "vseointerf": new abap.types.Structure({
    "clsname": new abap.types.Character(30, {}),
    "version": new abap.types.Numc(),
    "langu": new abap.types.Character(1, {}),
    "descript": new abap.types.Character(60, {}),
    "uuid": new abap.types.Hex({length: 16}),
    "category": new abap.types.Numc({length: 2}),
    "exposure": new abap.types.Numc(),
    "state": new abap.types.Numc(),
    "release": new abap.types.Numc(),
    "author": new abap.types.Character(12, {}),
    "createdon": new abap.types.Date(),
    "changedby": new abap.types.Character(12, {}),
    "changedon": new abap.types.Date(),
    "chgdanyby": new abap.types.Character(12, {}),
    "chgdanyon": new abap.types.Date(),
    "remote": new abap.types.Character(1, {}),
    "unicode": new abap.types.Character(1, {}),
    "r3release": new abap.types.Character(10, {}),
    "clsproxy": new abap.types.Character(1, {})}, "VSEOINTERF", "VSEOINTERF", {}, {}),
    "docu": new abap.types.Structure({
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB"),
    "i18n_lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "language": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "lines": abap.types.TableFactory.construct(new abap.types.Structure({
    "tdformat": new abap.types.Character(2, {}),
    "tdline": new abap.types.Character(132, {})}, "TLINE", "TLINE", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TLINETAB")}, "zif_abapgit_lang_definitions=>ty_i18n_line", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":["LANGUAGE"]},"secondary":[]}, "zif_abapgit_lang_definitions=>ty_i18n_lines")}, "zcl_abapgit_object_intf=>ty_docu", undefined, {}, {}),
    "description_int": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCLASSTX", "SEOCLASSTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seoclasstx_tt"),
    "description": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOCOMPOTX", "SEOCOMPOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seocompotx_tt"),
    "description_sub": abap.types.TableFactory.construct(new abap.types.Structure({
    "clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
    "cmpname": new abap.types.Character(30, {"qualifiedName":"SEOCMPNAME","ddicName":"SEOCMPNAME","description":"Component name"}),
    "sconame": new abap.types.Character(30, {"qualifiedName":"SEOSCONAME","ddicName":"SEOSCONAME","description":"SEOSCONAME"}),
    "langu": new abap.types.Character(1, {"qualifiedName":"LANGU","ddicName":"LANGU","description":"LANGU"}),
    "descript": new abap.types.Character(60, {"qualifiedName":"SEODESCR","ddicName":"SEODESCR","description":"SEODESCR"})}, "SEOSUBCOTX", "SEOSUBCOTX", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_oo_object_fnc=>ty_seosubcotx_tt")}, "zcl_abapgit_object_intf=>ty_intf", undefined, {}, {});
export {zcl_abapgit_object_intf};