SAP ABAP Class CL_ADT_URI_MAPPER (URI Mapper)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
⤷
SADT_TOOLS_CORE (Package) ADT Tools Core
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ADT_URI_MAPPER | ADT URI Mapper | 20091126 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ADT_URI_MAPPER_VIT | URI mapper for visually integrated tools | 20100119 |
Properties
| Class | CL_ADT_URI_MAPPER | |
| Short Description | URI Mapper | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | SADT_TOOLS_CORE | ADT Tools Core |
| Created | 20091126 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ADT_URI_MAPPER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ADT_URI_MAPPER | ADT URI Mapper | 20091126 | ||
| 2 | IF_ADT_URI_MAPPER_VIT | URI mapper for visually integrated tools | 20100119 |
Friends
Class CL_ADT_URI_MAPPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | LCL_CACHE_FOR_INCLUDE_MAPPING | 20110321 | ||||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'CL_ADT_URI_MAPPING_FALLBACK' | 20100120 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_ADT_URI_MAPPER_ERROR_HANDLE | 20110915 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ADT_URI_MAPPER_ERROR_HANDLE | 20110915 | ||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ADT_MAP_FROM_OBJREF | 20100115 | ||||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | LCL_MAP_TO_OBJREF_PROXY | 20100115 | ||||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ADT_URI_MAPPING_FALLBACK | 20100119 | ||||
| 8 | Static Attribute | Private | See coding | 20110915 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20110915 | ||
| 2 | Instance method | Private | Constructor | 20100115 | ||
| 3 | Static method | Public | Method | 20091126 |
Events
Class CL_ADT_URI_MAPPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_MAPPER_INSTANCE | Private | See coding | 20110915 | BEGIN OF ty_mapper_instance,
error_handler TYPE REF TO if_adt_uri_mapper_error_handle,
uri_mapper TYPE REF TO cl_adt_uri_mapper,
END OF ty_mapper_instance
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ADT_URI_MAPPER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ADT_URI_MAPPER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_ADT_URI_MAPPER_ERROR_HANDLE | 20110915 |
Method CONSTRUCTOR on class CL_ADT_URI_MAPPER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_ADT_URI_MAPPER_ERROR_HANDLE | 20110915 | ||||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_ADT_URI_MAPPER | 20091126 |
Method GET_INSTANCE on class CL_ADT_URI_MAPPER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |