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 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // if_http_extension.intf.abap
class if_http_extension {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'IF_HTTP_EXTENSION';
static ATTRIBUTES = {"FLOW_RC": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": " ", "is_class": " "},
"CO_FLOW_OK": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"CO_FLOW_OK_OTHERS_MAND": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
static METHODS = {"HANDLE_REQUEST": {"visibility": "U", "parameters": {"SERVER": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_HTTP_SERVER", RTTIName: "\\INTERFACE=IF_HTTP_SERVER"});}, "is_optional": " ", "parm_kind": "I", "type_name": "ObjectReferenceType"}}}};
}
abap.Classes['IF_HTTP_EXTENSION'] = if_http_extension;
if_http_extension.if_http_extension$co_flow_ok = new abap.types.Integer({qualifiedName: "I"});
if_http_extension.if_http_extension$co_flow_ok.set(0);
if_http_extension.if_http_extension$co_flow_ok_others_mand = new abap.types.Integer({qualifiedName: "I"});
if_http_extension.if_http_extension$co_flow_ok_others_mand.set(2);
export {if_http_extension}; |