All files / output if_apc_wsp_message.intf.mjs

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

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 101x 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 ATTRIBUTES = {};
  static METHODS = {"GET_BINARY": {"visibility": "U", "parameters": {"RV_BINARY": {"type": () => {return new abap.types.XString({qualifiedName: "XSTRING"});}, "is_optional": " "}}},
  "SET_BINARY": {"visibility": "U", "parameters": {"IV_BINARY": {"type": () => {return new abap.types.Hex();}, "is_optional": " "}}},
  "GET_TEXT": {"visibility": "U", "parameters": {"R_MESSAGE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}}};
}
abap.Classes['IF_APC_WSP_MESSAGE'] = if_apc_wsp_message;
export {if_apc_wsp_message};