SAP ABAP Class CL_XLF_XML_ATTRIBUTE_ENUM (Basic enumerated XML attribute)
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_ATTRIBUTE | Basic 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_XML_ATTRIBUTE | Basic interface for all XML attributes | 20100908 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ATTR_XML_SPACE | xml:space | 20100909 |
Properties
| Class | CL_XLF_XML_ATTRIBUTE_ENUM | |
| Short Description | Basic enumerated XML attribute | |
| Super Class | CL_XLF_ATTRIBUTE | Basic 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
Class CL_XLF_XML_ATTRIBUTE_ENUM has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_XLF_ENUM_ATTRIBUTE | Basic interface for enumeration based attributes | 20100908 | ||
| 2 | IF_XLF_XML_ATTRIBUTE | Basic interface for all XML attributes | 20100908 |
Friends
Class CL_XLF_XML_ATTRIBUTE_ENUM 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 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20100908 | ||
| 2 | Instance method | Protected | Method | 20100908 |
Events
Class CL_XLF_XML_ATTRIBUTE_ENUM has no event.
Types
Class CL_XLF_XML_ATTRIBUTE_ENUM 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_XML_ATTRIBUTE_ENUM has no exception.
Method INIT_ENUM_XML_ATTRIBUTE 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_ENUM_XML_ATTRIBUTE on class CL_XLF_XML_ATTRIBUTE_ENUM has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |