SAP ABAP Class CL_NWECM_PROPERTY (ECMI: Property Implementation)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ECM-ABA-COR (Application Component) ECM Core Infrastructure
⤷
S_NWECM_CORE (Package) ECMI: Runtime Implementation
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_NWECM_PROPERTY | ECMI: Property | 20101130 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_NWECM_PROPERTY_LOCAL | ECMI: Property Implementation | 20101130 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_NWECM_PROPERTY_PERSISTENT | ECMI: Property Implementation | 20101130 |
Properties
| Class | CL_NWECM_PROPERTY | |
| Short Description | ECMI: Property Implementation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_NWECM_CORE | ECMI: Runtime Implementation |
| Created | 20080616 | 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_NWECM_PROPERTY | ECMI: Property | 20101130 |
Friends
Class CL_NWECM_PROPERTY has no friend class.
Attributes
Class CL_NWECM_PROPERTY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets the storage class of this property | 20090819 | |
| 2 | Instance method | Public | Method | Checks whether the storage class of this property is LOCAL | 20090819 | |
| 3 | Instance method | Public | Method | Checks whether the storage class of this prop. is PERSISTENT | 20090819 | |
| 4 | Instance method | Public | Method | Checks whether the storage class of this prop. is TRANSIENT | 20090819 |
Events
Class CL_NWECM_PROPERTY has no event.
Types
Class CL_NWECM_PROPERTY has no local type.
Method Signatures
Method GET_STORAGE_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_STORAGE_CLASS | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_STORAGE_CLASS | 20090819 |
Method GET_STORAGE_CLASS on class CL_NWECM_PROPERTY has no exception.
Method IS_LOCAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_LOCAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090819 |
Method IS_LOCAL on class CL_NWECM_PROPERTY has no exception.
Method IS_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_PERSISTENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090819 |
Method IS_PERSISTENT on class CL_NWECM_PROPERTY has no exception.
Method IS_TRANSIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_TRANSIENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090819 |
Method IS_TRANSIENT on class CL_NWECM_PROPERTY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 712 |