SAP ABAP Class IF_ADT_OO_TYPES (Structures for class and interface metadata)
Properties
Class IF_ADT_OO_TYPES  
Short Description Structures for class and interface metadata    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20101028   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_ADT_OO_TYPES has no forward declaration.
Interfaces
Class IF_ADT_OO_TYPES has no interface implemented.
Friends
Class IF_ADT_OO_TYPES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_AREA_CLASS Constant Public Type reference (TYPE) STRING 'areaClass' 20101028
2 CO_BSP_CLASS Constant Public Type reference (TYPE) STRING 'bspClass' 20101028
3 CO_DEFINITIONS_INCLUDE Constant Public Type reference (TYPE) STRING 'definitions' 20101028
4 CO_EXCEPTION_CLASS Constant Public Type reference (TYPE) STRING 'exceptionClass' 20101028
5 CO_GENERAL_OBJECT_TYPE Constant Public Type reference (TYPE) STRING 'generalObjectType' 20101028
6 CO_IMPLEMENTATIONS_INCLUDE Constant Public Type reference (TYPE) STRING 'implementations' 20101028
7 CO_LOCALTYPES_INCLUDE Constant Public Type reference (TYPE) STRING 'localtypes' 20101028
8 CO_MACROS_INCLUDE Constant Public Type reference (TYPE) STRING 'macros' 20101028
9 CO_MAIN_INCLUDE Constant Public Type reference (TYPE) STRING 'main' 20101028
10 CO_TESTCLASSES_INCLUDE Constant Public Type reference (TYPE) STRING 'testclasses' 20101028
11 CO_TEST_CLASS Constant Public Type reference (TYPE) STRING 'testClass' 20101028
Methods
Class IF_ADT_OO_TYPES has no method.
Events
Class IF_ADT_OO_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ABAP_CLASS Public See coding 20101028 begin of ty_abap_class. include type ty_oo_object as oo_object. types: includes type standard table of ty_abap_class_include with default key, final type abap_bool, abstract type abap_bool, visibility type string, has_testclasses_include type abap_bool, category type string, superclass type if_adt_tools_core_types=>ty_object_reference, end of ty_abap_class
2 TY_ABAP_CLASS_INCLUDE Public See coding 20101028 begin of ty_abap_class_include. include type if_adt_tools_core_source_types=>ty_abap_source_object as source_object. types: include_type type string, end of ty_abap_class_include
3 TY_INTF_DATA Public See coding 20101028 begin of ty_intf_data. include type ty_oo_object as oo_object. types: state type seostate, end of ty_intf_data
4 TY_OO_OBJECT Public See coding 20101028 begin of ty_oo_object. include type if_adt_tools_core_source_types=>ty_abap_source_main_object as source_object. types: interfaces type if_adt_tools_core_types=>ty_object_references, modeled type abap_bool, end of ty_oo_object
History
Last changed by/on SAP  20130531 
SAP Release Created in