SAP ABAP Interface IF_ADT_OO_TYPES (Structures for class and interface metadata)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-SRC (Application Component) ABAP Source Code editors in ABAP in Eclipse
⤷
SEO_ADT (Package) ABAP Develeopment Tools integration for Class Builder

⤷

⤷

Properties
Interface | IF_ADT_OO_TYPES | |
Short Description | Structures for class and interface metadata |
General Data
Package | SEO_ADT | ABAP Develeopment Tools integration for Class Builder |
Created | 20101028 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_ADT_OO_TYPES has no forward declaration.
Interfaces
Interface IF_ADT_OO_TYPES has no interface.
Friends
Interface IF_ADT_OO_TYPES has no friend.
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
Interface IF_ADT_OO_TYPES has no method.
Events
Interface 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 | 800 |