SAP ABAP Class CL_FPM_JSON_OBJECT (JSON Object)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_GUIBB (Package) Generic UI building blocks
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_JSON_VALUE | JSON Value | 20130124 |
Properties
| Class | CL_FPM_JSON_OBJECT | |
| Short Description | JSON Object | |
| Super Class | CL_FPM_JSON_VALUE | JSON Value |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_GUIBB | Generic UI building blocks |
| Created | 20130124 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_JSON_OBJECT has no forward declaration.
Interfaces
Class CL_FPM_JSON_OBJECT has no interface implemented.
Friends
Class CL_FPM_JSON_OBJECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | See coding | 20130124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130124 | ||
| 2 | Static method | Public | Method | 20130124 | ||
| 3 | Instance method | Public | Method | 20130128 |
Events
Class CL_FPM_JSON_OBJECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_DATA | Private | See coding | 20130124 | begin of YS_DATA,
name type string,
value type ref to cl_fpm_json_value,
end of ys_Data
|
Method Signatures
Method ADD_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VALUE | Call by reference | Object reference (TYPE REF TO) | CL_FPM_JSON_VALUE | JSON Value | 20130124 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20130124 |
Method ADD_ATTRIBUTE on class CL_FPM_JSON_OBJECT has no exception.
Method CREATE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_FPM_JSON_OBJECT | JSON Object | 20130124 |
Method CREATE_OBJECT on class CL_FPM_JSON_OBJECT has no exception.
Method GET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20130128 | ||||
| 2 | RO_JSON_VALUE | Value transfer | Object reference (TYPE REF TO) | CL_FPM_JSON_VALUE | JSON Value | 20130128 |
Method GET_ATTRIBUTE on class CL_FPM_JSON_OBJECT has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |