SAP ABAP Class CL_XLF_ENUM_CONTEXT_TYPE (Pre-defined context-type values)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_XLIFF (Package) XLIFF 1.2 Library
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_BASE_ENUM | Basic enumeration class | 20100908 |
Properties
| Class | CL_XLF_ENUM_CONTEXT_TYPE | |
| Short Description | Pre-defined context-type values | |
| Super Class | CL_XLF_BASE_ENUM | Basic enumeration class |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLXE_XLIFF | XLIFF 1.2 Library |
| Created | 20100908 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_XLF_ENUM_CONTEXT_TYPE has no forward declaration.
Interfaces
Class CL_XLF_ENUM_CONTEXT_TYPE has no interface implemented.
Friends
Class CL_XLF_ENUM_CONTEXT_TYPE has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20100908 | ||
| 2 | Instance method | Private | Constructor | 20100908 | ||
| 3 | Static method | Private | Method | 20100908 | ||
| 4 | Static method | Public | Method | 20100908 |
Events
Class CL_XLF_ENUM_CONTEXT_TYPE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_MAPPING | Private | See coding | 20100908 | BEGIN OF s_mapping,
value TYPE string,
enum TYPE REF TO cl_xlf_enum_context_type,
END OF s_mapping
|
||
| 2 | T_MAPPING | Private | See coding | 20100908 | t_mapping TYPE HASHED TABLE OF s_mapping WITH UNIQUE KEY value
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_XLF_ENUM_CONTEXT_TYPE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_XLF_ENUM_CONTEXT_TYPE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20100908 |
Method CONSTRUCTOR on class CL_XLF_ENUM_CONTEXT_TYPE has no exception.
Method CREATE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENUM | Value transfer | Object reference (TYPE REF TO) | CL_XLF_ENUM_CONTEXT_TYPE | 20100908 | ||||
| 2 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20100908 |
Method CREATE_INSTANCE on class CL_XLF_ENUM_CONTEXT_TYPE has no exception.
Method GET_BY_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENUM | Value transfer | Object reference (TYPE REF TO) | CL_XLF_ENUM_CONTEXT_TYPE | 20100908 | ||||
| 2 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20100908 |
Method GET_BY_VALUE on class CL_XLF_ENUM_CONTEXT_TYPE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |