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 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // if_salv_c_tree_style.intf.abap
class if_salv_c_tree_style {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'IF_SALV_C_TREE_STYLE';
static ATTRIBUTES = {"INHERITED": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"DEFAULT": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"INTENSIFIED": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"INACTIVE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"INTENSIFIED_CRITICAL": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"EMPHASIZED_NEGATIVE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"EMPHASIZED_POSITIVE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"EMPHASIZED": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"EMPHASIZED_A": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"EMPHASIZED_B": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"EMPHASIZED_C": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
static METHODS = {};
}
abap.Classes['IF_SALV_C_TREE_STYLE'] = if_salv_c_tree_style;
if_salv_c_tree_style.if_salv_c_tree_style$inherited = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_tree_style.if_salv_c_tree_style$inherited.set(0);
if_salv_c_tree_style.if_salv_c_tree_style$default = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_tree_style.if_salv_c_tree_style$default.set(1);
if_salv_c_tree_style.if_salv_c_tree_style$intensified = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_tree_style.if_salv_c_tree_style$intensified.set(2);
if_salv_c_tree_style.if_salv_c_tree_style$inactive = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_tree_style.if_salv_c_tree_style$inactive.set(3);
if_salv_c_tree_style.if_salv_c_tree_style$intensified_critical = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_tree_style.if_salv_c_tree_style$intensified_critical.set(4);
if_salv_c_tree_style.if_salv_c_tree_style$emphasized_negative = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_tree_style.if_salv_c_tree_style$emphasized_negative.set(5);
if_salv_c_tree_style.if_salv_c_tree_style$emphasized_positive = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_tree_style.if_salv_c_tree_style$emphasized_positive.set(6);
if_salv_c_tree_style.if_salv_c_tree_style$emphasized = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_tree_style.if_salv_c_tree_style$emphasized.set(7);
if_salv_c_tree_style.if_salv_c_tree_style$emphasized_a = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_tree_style.if_salv_c_tree_style$emphasized_a.set(8);
if_salv_c_tree_style.if_salv_c_tree_style$emphasized_b = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_tree_style.if_salv_c_tree_style$emphasized_b.set(9);
if_salv_c_tree_style.if_salv_c_tree_style$emphasized_c = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_tree_style.if_salv_c_tree_style$emphasized_c.set(10);
export {if_salv_c_tree_style}; |