SAP ABAP Class CL_XLF_ATTRIBUTE (Basic 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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20100906 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XLF_ATTRIBUTE | Basic interface for all attributes | 20100906 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XLF_COMPARABLE | Comparable object | 20101008 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ATTR_NON_XLIFF | Non-XLIFF attribute implementation | 20100908 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_XLIFF_ATTRIBUTE | Basic XLIFF attribute implementation | 20100907 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_XLIFF_ATTRIBUTE_ENUM | Basic enumerated XLIFF attribute | 20100908 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_XML_ATTRIBUTE | Basic XML attribute implementation | 20100907 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_XML_ATTRIBUTE_ENUM | Basic enumerated XML attribute | 20100908 |
Properties
Class | CL_XLF_ATTRIBUTE | |
Short Description | Basic attribute implementation | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SLXE_XLIFF | XLIFF 1.2 Library |
Created | 20100906 | 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_SERIALIZABLE_OBJECT | Serializable Object | 20100906 | ||
2 | IF_XLF_ATTRIBUTE | Basic interface for all attributes | 20100906 | ||
3 | IF_XLF_COMPARABLE | Comparable object | 20101008 |
Friends
Class CL_XLF_ATTRIBUTE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CLASSDESCR | Runtime Type Services | 20101001 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_XLF_ATTRIBUTE_FACTORY | XLIFF attribute factory implementation | 20110310 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | XSTRING | '5C61' | 20101108 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | XSTRING | '5C73' | 20101108 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20100906 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20100906 | |||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_XLF_ELEMENT | Basic interface for all elements | 20100906 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20100906 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20100906 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20101115 | |
2 | ![]() |
Instance method | Public | Method | 20101108 | |
3 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20101001 |
4 | ![]() |
Instance method | Protected | Method | 20100907 | |
5 | ![]() |
Instance method | Protected | Method | 20101001 | |
6 | ![]() |
Instance method | Protected | Method | 20100907 | |
7 | ![]() |
Instance method | Protected | Method | 20100907 | |
8 | ![]() |
Instance method | Protected | Method | 20100907 | |
9 | ![]() |
Instance method | Protected | Method | 20100907 | |
10 | ![]() |
Instance method | Protected | Method | 20100907 | |
11 | ![]() |
Instance method | Protected | Method | 20100907 | |
12 | ![]() |
Instance method | Public | Method | 20100906 |
Events
Class CL_XLF_ATTRIBUTE has no event.
Types
Class CL_XLF_ATTRIBUTE has no local type.
Method Signatures
Method AS_SER_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SER_ATTR | Value transfer | Object reference (TYPE REF TO) | CL_XLF_SER_ATTR | Attribute in serializable form | 20101115 |
Method AS_SER_ATTR on class CL_XLF_ATTRIBUTE has no exception.
Method CALC_HASH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MD | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_MESSAGE_DIGEST | Cryptographic Hash Value of a Message | 20101108 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Class for Message Digest | 20101108 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_XLF_ATTRIBUTE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_XLF_ATTRIBUTE has no exception.
Method CLONE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLONE | Value transfer | Object reference (TYPE REF TO) | CL_XLF_ATTRIBUTE | Basic attribute implementation | 20100907 |
Method CLONE on class CL_XLF_ATTRIBUTE has no exception.
Method EQUALS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_EQUAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101001 | |||
2 | ![]() |
OBJ | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20101001 |
Method EQUALS on class CL_XLF_ATTRIBUTE has no exception.
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | STRING | 20100907 |
Method GET_NAME on class CL_XLF_ATTRIBUTE has no exception.
Method GET_NAMESPACE_URI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAMESPACE_URI | Value transfer | Type reference (TYPE) | STRING | 20100907 |
Method GET_NAMESPACE_URI on class CL_XLF_ATTRIBUTE has no exception.
Method GET_OWNER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OWNER | Value transfer | Object reference (TYPE REF TO) | IF_XLF_ELEMENT | Basic interface for all elements | 20100907 |
Method GET_OWNER on class CL_XLF_ATTRIBUTE has no exception.
Method GET_PREFIX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PREFIX | Value transfer | Type reference (TYPE) | STRING | 20100907 |
Method GET_PREFIX on class CL_XLF_ATTRIBUTE has no exception.
Method GET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | STRING | 20100907 |
Method GET_VALUE on class CL_XLF_ATTRIBUTE has no exception.
Method INIT_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 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20100907 | |||
3 | ![]() |
NAMESPACE_URI | Call by reference | Type reference (TYPE) | STRING | 20100907 | |||
4 | ![]() |
PREFIX | Call by reference | Type reference (TYPE) | STRING | 20100907 | |||
5 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | 20100907 |
Method INIT_ATTRIBUTE on class CL_XLF_ATTRIBUTE has no exception.
Method SET_OWNER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OWNER | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEMENT | Basic interface for all elements | 20100906 |
Method SET_OWNER on class CL_XLF_ATTRIBUTE has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |