All files / output if_icf_tree.intf.mjs

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

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 91x 1x 1x 1x 1x 1x 1x 1x 1x
// if_icf_tree.intf.abap
class if_icf_tree {
  static INTERNAL_TYPE = 'INTF';
  static ATTRIBUTES = {};
  static METHODS = {"SERVICE_FROM_URL": {"visibility": "U", "parameters": {"URL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}, "HOSTNUMBER": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " "}, "AUTHORITY_CHECK": {"type": () => {return new abap.types.Character();}, "is_optional": " "}, "URLSUFFIX": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}, "ICFNODGUID": {"type": () => {return new abap.types.Character(25, {"qualifiedName":"CHAR25","ddicName":"CHAR25"});}, "is_optional": " "}, "ICF_NAME": {"type": () => {return new abap.types.Character(15, {"qualifiedName":"CHAR15","ddicName":"CHAR15"});}, "is_optional": " "}, "ICFACTIVE": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}, "ICFALTNME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}}};
}
abap.Classes['IF_ICF_TREE'] = if_icf_tree;
export {if_icf_tree};
//# sourceMappingURL=if_icf_tree.intf.mjs.map