SAP ABAP Class CL_TMAS_ACCESSOR_OBJTYPE_ATTR (Object type attributes)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_TMAS_ACCESSOR (Package) Translation Memory Analysis Service Accessors
⤷
⤷
Properties
| Class | CL_TMAS_ACCESSOR_OBJTYPE_ATTR | |
| Short Description | Object type attributes | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLXE_TMAS_ACCESSOR | Translation Memory Analysis Service Accessors |
| Created | 20120319 | SAP |
| Last change | 20130531 | 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
Class CL_TMAS_ACCESSOR_OBJTYPE_ATTR has no interface implemented.
Friends
Class CL_TMAS_ACCESSOR_OBJTYPE_ATTR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Boolean | 20120319 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | SEOCLNAME | Class Name | 20120319 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | T_TABLE | 20120319 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20120320 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | LXETYPEATT | Type Attribute | 20120319 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | CONSTRUCTOR | 20120319 | |
| 2 | Static method | Public | Method | 20120319 |
Events
Class CL_TMAS_ACCESSOR_OBJTYPE_ATTR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ENTRY | Private | See coding | 20120319 | BEGIN OF s_entry,
objtype TYPE lxeobjtype,
instance TYPE REF TO cl_tmas_accessor_objtype_attr,
END OF s_entry
|
||
| 2 | T_TABLE | Private | See coding | 20120319 | t_table TYPE HASHED TABLE OF s_entry WITH UNIQUE KEY objtype
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BINARY | Call by reference | Type reference (TYPE) | LXEBOOL | Boolean | 20120319 | |||
| 2 | EXTCLASS | Call by reference | Type reference (TYPE) | SEOCLNAME | Class Name | 20120319 | |||
| 3 | OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20120320 | |||
| 4 | TYPEATT | Call by reference | Type reference (TYPE) | LXETYPEATT | Type Attribute | 20120319 |
Method CONSTRUCTOR on class CL_TMAS_ACCESSOR_OBJTYPE_ATTR has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_TMAS_ACCESSOR_OBJTYPE_ATTR | Object type attributes | 20120319 | |||
| 2 | OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20120319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object type attributes exception | 20120319 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |