All files / output if_salv_c_layout.intf.mjs

100% Statements 17/17
100% Branches 2/2
25% Functions 1/4
100% Lines 17/17

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 171x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x
// if_salv_c_layout.intf.abap
class if_salv_c_layout {
  static INTERNAL_TYPE = 'INTF';
  static INTERNAL_NAME = 'IF_SALV_C_LAYOUT';
  static ATTRIBUTES = {"RESTRICT_USER_INDEPENDANT": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
  "RESTRICT_USER_DEPENDANT": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
  "RESTRICT_NONE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
  static METHODS = {};
}
abap.Classes['IF_SALV_C_LAYOUT'] = if_salv_c_layout;
if_salv_c_layout.if_salv_c_layout$restrict_user_independant = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_layout.if_salv_c_layout$restrict_user_independant.set(1);
if_salv_c_layout.if_salv_c_layout$restrict_user_dependant = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_layout.if_salv_c_layout$restrict_user_dependant.set(2);
if_salv_c_layout.if_salv_c_layout$restrict_none = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_layout.if_salv_c_layout$restrict_none.set(3);
export {if_salv_c_layout};