SAP ABAP Class CL_IAC_JSON_OBJECT (JSON Object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-ITS (Application Component) SAP Internet Transaction Server
     SITS_ABAP (Package) ITS ABAP Components
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_IAC_JSON json Representation Help 20130129
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_IAC_JSON_OBJECT JSON Object 20130129
Properties
Class CL_IAC_JSON_OBJECT  
Short Description JSON Object    
Super Class CL_IAC_JSON json Representation Help 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SITS_ABAP   ITS ABAP Components 
Created 20110729   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IAC_JSON_OBJECT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_IAC_JSON_OBJECT JSON Object 20130129
Friends
Class CL_IAC_JSON_OBJECT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PROPERTIES Instance attribute Private Type reference (TYPE) IF_IAC_JSON_OBJECT=>T_PROPERTIES 20130129
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BOOLEAN Instance method Public Method 20130129
2 ADD_NULL Instance method Public Method 20130129
3 ADD_NUMERIC Instance method Public Method 20130129
4 ADD_PROPERTY Instance method Public Method 20130129
5 ADD_STRING Instance method Public Method 20130129
Events
Class CL_IAC_JSON_OBJECT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_PROPERTIES Private Attribute reference (LIKE) 20130129
2 T_PROPERTY Private Attribute reference (LIKE) 20130129
Method Signatures

Method ADD_BOOLEAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NAME Call by reference Type reference (TYPE) CSEQUENCE 20130129
2 Importing P_VALUE Call by reference Type reference (TYPE) FLAG 20130129

Method ADD_BOOLEAN on class CL_IAC_JSON_OBJECT has no exception.

Method ADD_NULL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NAME Call by reference Type reference (TYPE) CSEQUENCE 20130129

Method ADD_NULL on class CL_IAC_JSON_OBJECT has no exception.

Method ADD_NUMERIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NAME Call by reference Type reference (TYPE) CSEQUENCE 20130129
2 Importing P_VALUE Call by reference Type reference (TYPE) NUMERIC 20130129

Method ADD_NUMERIC on class CL_IAC_JSON_OBJECT has no exception.

Method ADD_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NAME Call by reference Type reference (TYPE) CSEQUENCE 20130129
2 Importing P_VALUE Call by reference Object reference (TYPE REF TO) IF_IAC_JSON 20130129

Method ADD_PROPERTY on class CL_IAC_JSON_OBJECT has no exception.

Method ADD_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NAME Call by reference Type reference (TYPE) CSEQUENCE 20130129
2 Importing P_VALUE Call by reference Type reference (TYPE) CSEQUENCE 20130129

Method ADD_STRING on class CL_IAC_JSON_OBJECT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740