SAP ABAP Class CL_OO_ADT_RES_INCLUDE (resource controller for class includes)
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
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WB_ADT_REST_RESOURCE | Basis Class for ADT Resource Controllers for WB object types | 20110714 |
Properties
| Class | CL_OO_ADT_RES_INCLUDE | |
| Short Description | resource controller for class includes | |
| Super Class | CL_WB_ADT_REST_RESOURCE | Basis Class for ADT Resource Controllers for WB object types |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEO_ADT | ABAP Develeopment Tools integration for Class Builder |
| Created | 20110714 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_OO_ADT_RES_INCLUDE has no forward declaration.
Interfaces
Class CL_OO_ADT_RES_INCLUDE has no interface implemented.
Friends
Class CL_OO_ADT_RES_INCLUDE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SEOCLSNAME | 'CL_OO_ADT_RES_INCLUDE' | 20110714 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | '1' | 20110714 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'application/vnd.sap.adt.oo.classincludes+xml' | 20110714 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'DEFINITIONS' | 20110714 | |||
| 5 | Constant | Public | See coding | 'CLAS' | 20110714 | ||||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'includeReadProtected' | 20110714 | |||
| 7 | Constant | Public | Type reference (TYPE) | WBOBJTYPE | 'CLASOCN' | 20110714 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'IMPLEMENTATIONS' | 20110714 | |||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'include' | 20110714 | |||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'INCLUDENAME' | 20110714 | |||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'LOCALTYPES' | 20110714 | |||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'MACROS' | 20110714 | |||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'CLASS_INCLUDE' | 20110714 | |||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'TESTCLASSES' | 20110714 | |||
| 15 | Constant | Public | Type reference (TYPE) | STRING | 'CLASS_INCLUDE_TRANSFORMATION' | 20110714 | |||
| 16 | Constant | Public | Type reference (TYPE) | STRING | 'ABAP_CLASS_INCLUDE' | 20110714 | |||
| 17 | Constant | Public | Type reference (TYPE) | STRING | '0.1' | 20110714 | |||
| 18 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ADT_CTS_MANAGEMENT | 20110714 | ||||
| 19 | Static Attribute | Public | Object reference (TYPE REF TO) | IF_ADT_CTS_MANAGEMENT | 20110714 | ||||
| 20 | Static Attribute | Public | Object reference (TYPE REF TO) | IF_ADT_LIFECYCLE_MANAGER | 20110714 | ||||
| 21 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ADT_LIFECYCLE_MANAGER | 20110714 | ||||
| 22 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_OO_ADT_RES_HELPER | 20110714 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20110714 | ||
| 2 | Static method | Public | Constructor | 20110714 | ||
| 3 | Instance method | Public | Constructor | 20110714 | ||
| 4 | Instance method | Private | Method | 20130621 | ||
| 5 | Instance method | Private | Method | 20110714 | ||
| 6 | Instance method | Private | Method | 20110714 | ||
| 7 | Instance method | Public | Method | 20110714 | ||
| 8 | Instance method | Public | Method | 20110714 |
Events
Class CL_OO_ADT_RES_INCLUDE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | INCLUDE_INFO | Public | See coding | 20110714 | BEGIN OF include_info,
include_name TYPE program,
limu_obj_type TYPE seok_limu,
END OF include_info
|
Method Signatures
Method CHECK_CLASS_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_NAME | Value transfer | Type reference (TYPE) | SEOCLSNAME | 20110714 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110714 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_OO_ADT_RES_INCLUDE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_OO_ADT_RES_INCLUDE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_MANAGEMENT | Call by reference | Object reference (TYPE REF TO) | IF_ADT_CTS_MANAGEMENT | C_DEFAULT_CTS_MANAGEMENT | 20110714 | |||
| 2 | LIFECYCLE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_ADT_LIFECYCLE_MANAGER | C_DEFAULT_LIFECYCLE_MANAGER | 20110714 | |||
| 3 | SERVICES | Call by reference | Object reference (TYPE REF TO) | CL_OO_ADT_RES_HELPER | 20110714 |
Method CONSTRUCTOR on class CL_OO_ADT_RES_INCLUDE has no exception.
Method GET_ETAG_UNIFICATION_SRC_STR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20130621 |
Method GET_ETAG_UNIFICATION_SRC_STR on class CL_OO_ADT_RES_INCLUDE has no exception.
Method GET_INCLUDE_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110714 | ||||
| 2 | INCLUDE_TYPE | Value transfer | Type reference (TYPE) | STRING | 20110714 | ||||
| 3 | RESULT | Value transfer | Type reference (TYPE) | INCLUDE_INFO | 20110714 |
Method GET_INCLUDE_INFO on class CL_OO_ADT_RES_INCLUDE has no exception.
Method GET_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJ_NAME | Value transfer | Type reference (TYPE) | E071-OBJ_NAME | 20110714 | ||||
| 2 | OBJ_TYPE | Value transfer | Type reference (TYPE) | E071-OBJECT | 20110714 | ||||
| 3 | RESULT | Value transfer | Type reference (TYPE) | R3STATE | 20110714 | ||||
| 4 | VERSION | Value transfer | Type reference (TYPE) | R3STATE | 20110714 |
Method GET_VERSION on class CL_OO_ADT_RES_INCLUDE has no exception.
Method READ_CLASS_INCLUDE_PROPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_INCLUDE | Call by reference | Type reference (TYPE) | IF_ADT_OO_TYPES=>TY_ABAP_CLASS_INCLUDE | 20110714 | ||||
| 2 | CLASS_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110714 |
Method READ_CLASS_INCLUDE_PROPS on class CL_OO_ADT_RES_INCLUDE has no exception.
Method READ_INCLUDE_LIFECYCLE_PROPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110714 | ||||
| 2 | CLASS_VERSION | Call by reference | Type reference (TYPE) | R3STATE | 20110714 | ||||
| 3 | INC_TYPE | Value transfer | Type reference (TYPE) | STRING | 20110714 | ||||
| 4 | RESULT | Value transfer | Type reference (TYPE) | SADT_LIFECYCLE_PROPERTIES | 20110714 |
Method READ_INCLUDE_LIFECYCLE_PROPS on class CL_OO_ADT_RES_INCLUDE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |