SAP ABAP Class CL_XLF_XTENDABLE_ATTRIBUTE (Basic "xtendable" attribute implementation)
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_XLIFF_ATTRIBUTE | Basic XLIFF attribute implementation | 20100908 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XLF_ENUM_ATTRIBUTE | Basic interface for enumeration based attributes | 20100908 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XLF_XTENDABLE_ATTRIBUTE | Basic interface for all "xtendable" attributes | 20100908 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ATTR_ALTTRANSTYPE | Resource type | 20100908 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ATTR_CONTEXT_TYPE | Context type | 20100909 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ATTR_COUNT_TYPE | Count type | 20100909 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ATTR_CTYPE_DELIM | Content type | 20100909 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ATTR_CTYPE_PH | Content type | 20100909 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ATTR_DATATYPE | Data type | 20100909 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ATTR_MTYPE | Marker type | 20100909 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ATTR_RESTYPE | Resource type | 20100909 |
| 9 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ATTR_SIZE_UNIT | Unit of size attributes | 20100909 |
| 10 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ATTR_STATE | State | 20100909 |
| ... | Click here to see Used By full list (12 items) | |||
Properties
| Class | CL_XLF_XTENDABLE_ATTRIBUTE | |
| Short Description | Basic "xtendable" attribute implementation | |
| Super Class | CL_XLF_XLIFF_ATTRIBUTE | Basic XLIFF attribute implementation |
| Instantiability of a Class | 2 | Public |
| 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
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_XLF_ENUM_ATTRIBUTE | Basic interface for enumeration based attributes | 20100908 | ||
| 2 | IF_XLF_XTENDABLE_ATTRIBUTE | Basic interface for all "xtendable" attributes | 20100908 |
Friends
Class CL_XLF_XTENDABLE_ATTRIBUTE 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) | IF_XLF_ENUM | Basic enumeration interface | 20100908 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100908 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20100908 | ||
| 2 | Instance method | Protected | Method | 20100908 | ||
| 3 | Instance method | Protected | Method | 20100908 | ||
| 4 | Instance method | Protected | Method | 20100908 | ||
| 5 | Instance method | Protected | Method | 20100908 |
Events
Class CL_XLF_XTENDABLE_ATTRIBUTE has no event.
Types
Class CL_XLF_XTENDABLE_ATTRIBUTE has no local type.
Method Signatures
Method GET_ENUM_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENUM_VALUE | Value transfer | Object reference (TYPE REF TO) | IF_XLF_ENUM | Basic enumeration interface | 20100908 |
Method GET_ENUM_VALUE on class CL_XLF_XTENDABLE_ATTRIBUTE has no exception.
Method GET_XTEND_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XTEND_VALUE | Value transfer | Type reference (TYPE) | STRING | 20100908 |
Method GET_XTEND_VALUE on class CL_XLF_XTENDABLE_ATTRIBUTE has no exception.
Method INIT_XTENDABLE_ATTRIBUTE_ENUM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_VALIDITY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20110310 | |||
| 2 | ENUM_VALUE | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ENUM | Basic enumeration interface | 20100908 | |||
| 3 | NAME | Call by reference | Type reference (TYPE) | STRING | 20100908 |
Method INIT_XTENDABLE_ATTRIBUTE_ENUM on class CL_XLF_XTENDABLE_ATTRIBUTE has no exception.
Method INIT_XTENDABLE_ATTRIBUTE_XTEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_VALIDITY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20110310 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | STRING | 20100908 | ||||
| 3 | XTEND_VALUE | Call by reference | Type reference (TYPE) | STRING | 20100908 |
Method INIT_XTENDABLE_ATTRIBUTE_XTEND on class CL_XLF_XTENDABLE_ATTRIBUTE has no exception.
Method IS_XTENDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_XTENDED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100908 |
Method IS_XTENDED on class CL_XLF_XTENDABLE_ATTRIBUTE has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |