All files / output cl_dd_element.clas.mjs

58.33% Statements 14/24
100% Branches 2/2
25% Functions 1/4
58.33% Lines 14/24

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 241x 1x 1x 1x 1x 1x 1x 1x 1x 1x               1x       1x 1x 1x
const {cx_root} = await import("./cx_root.clas.mjs");
// cl_dd_element.clas.abap
class cl_dd_element {
  static STATIC_SUPER = undefined;
  static INTERNAL_TYPE = 'CLAS';
  static INTERNAL_NAME = 'CL_DD_ELEMENT';
  static IMPLEMENTED_INTERFACES = [];
  static ATTRIBUTES = {"NAME": {"type": () => {return new abap.types.Character(100, {"qualifiedName":"sdydo_element_name"});}, "visibility": "U", "is_constant": " ", "is_class": " "}};
  static METHODS = {};
  constructor() {
    this.me = new abap.types.ABAPObject();
    this.me.set(this);
    this.INTERNAL_ID = abap.internalIdCounter++;
    this.FRIENDS_ACCESS_INSTANCE = {
    };
    this.name = new abap.types.Character(100, {"qualifiedName":"sdydo_element_name"});
  }
  async constructor_(INPUT) {
    if (super.constructor_) { await super.constructor_(INPUT); }
    return this;
  }
}
abap.Classes['CL_DD_ELEMENT'] = cl_dd_element;
export {cl_dd_element};