All files / output if_apc_wsp_message.intf.mjs

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

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 111x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x
// if_apc_wsp_message.intf.abap
class if_apc_wsp_message {
  static INTERNAL_TYPE = 'INTF';
  static INTERNAL_NAME = 'IF_APC_WSP_MESSAGE';
  static ATTRIBUTES = {};
  static METHODS = {"GET_BINARY": {"visibility": "U", "parameters": {"RV_BINARY": {"type": () => {return new abap.types.XString({qualifiedName: "XSTRING"});}, "is_optional": " ", "parm_kind": "R", "type_name": "XStringType"}}},
  "SET_BINARY": {"visibility": "U", "parameters": {"IV_BINARY": {"type": () => {return new abap.types.Hex();}, "is_optional": " ", "parm_kind": "I", "type_name": "XSequenceType"}}},
  "GET_TEXT": {"visibility": "U", "parameters": {"R_MESSAGE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "R", "type_name": "StringType"}}}};
}
abap.Classes['IF_APC_WSP_MESSAGE'] = if_apc_wsp_message;
export {if_apc_wsp_message};