CLAS CL_ABAP_OBJECTDESCR

Source Link
Open in ADT

Home
Previous Object: CL_ABAP_MESSAGE_DIGEST
Next Object: CL_ABAP_PARALLEL

Status: RELEASED

Superclass: cl_abap_typedescr

Public
Attribute interfaces TYPE abap_intfdescr_tab
Attribute types TYPE abap_typedef_tab
Attribute attributes TYPE abap_attrdescr_tab
Attribute methods TYPE abap_methdescr_tab
Attribute events TYPE abap_evntdescr_tab
Constant public TYPE abap_visibility
Constant protected TYPE abap_visibility
Constant private TYPE abap_visibility
Constant importing TYPE abap_parmkind
Constant exporting TYPE abap_parmkind
Constant changing TYPE abap_parmkind
Constant returning TYPE abap_parmkind
Constant receiving TYPE abap_parmkind
Method get_interface_type
  IMPORTING
    p_name TYPE any
  RETURNING p_descr_ref TYPE cl_abap_intfdescr
  EXCEPTIONS interface_not_found
Method get_type
  IMPORTING
    p_name TYPE any
  RETURNING p_descr_ref TYPE cl_abap_typedescr
  EXCEPTIONS type_not_found
Method get_attribute_type
  IMPORTING
    p_name TYPE any
  RETURNING p_descr_ref TYPE cl_abap_datadescr
  EXCEPTIONS attribute_not_found
Method get_method_parameter_type
  IMPORTING
    p_method_name TYPE any
    p_parameter_name TYPE any
  RETURNING p_descr_ref TYPE cl_abap_datadescr
  EXCEPTIONS parameter_not_found
  EXCEPTIONS method_not_found
Method get_event_parameter_type
  IMPORTING
    p_event_name TYPE any
    p_parameter_name TYPE any
  RETURNING p_descr_ref TYPE cl_abap_datadescr
  EXCEPTIONS parameter_not_found
  EXCEPTIONS event_not_found
Method applies_to
  IMPORTING
    p_object_ref TYPE REF TO object
  RETURNING p_bool TYPE ABAP_BOOL
Method applies_to_class
  IMPORTING
    p_classname TYPE any
  RETURNING p_bool TYPE ABAP_BOOL

Exists on:
754true
750true
702true

Bug reports and ideas welcome
Made using abaplint.app