SAP ABAP Class CL_ATRAPI_ENUM_PROPERTIES (Attributes of an Enumeration Property)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-RTA (Application Component) Runtime Analysis
     S_ATRA_API (Package) ATRA API
Properties
Class CL_ATRAPI_ENUM_PROPERTIES  
Short Description Attributes of an Enumeration Property    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class ATRAPI    
Program status     
Category 0   
Package S_ATRA_API   ATRA API 
Created 20110526   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ATRAPI_ENUM_PROPERTIES has no forward declaration.
Interfaces
Class CL_ATRAPI_ENUM_PROPERTIES has no interface implemented.
Friends
Class CL_ATRAPI_ENUM_PROPERTIES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 TAB_PROPERTIES Instance attribute Private Type reference (TYPE) TYP_TAB_PROPERTIES 20110526
2 TAB_TAGGED_OBJECTS Instance attribute Private Type reference (TYPE) TYP_TAB_TAGGED_OBJECTS 20110526
Methods
# Method Level Visibility Method type Description Created on
1 GET_PROPERTY Instance method Public Method 20110526
2 GET_TAGGED_OBJECT Instance method Public Method 20110526
3 QUERY Instance method Public Method 20110526
4 SET_PROPERTY Instance method Public Method 20110526
5 SET_TAGGED_OBJECT Instance method Public Method 20110526
6 S_CREATE Static method Public Method 20110526
Events
Class CL_ATRAPI_ENUM_PROPERTIES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_STR_PROPERTY Private See coding 20110526 BEGIN OF typ_str_property, ref_enum TYPE REF TO object, id TYPE string, value TYPE string, flg_protected TYPE xflag, END OF typ_str_property
2 TYP_STR_TAGGED_OBJECT Private See coding 20110526 BEGIN OF typ_str_tagged_object, ref_enum TYPE REF TO object, id TYPE string, ref_object TYPE REF TO object, flg_protected TYPE xflag, END OF typ_str_tagged_object
3 TYP_TAB_PROPERTIES Private See coding 20110526 typ_tab_properties TYPE HASHED TABLE OF typ_str_property WITH UNIQUE KEY ref_enum id WITH UNIQUE HASHED KEY query COMPONENTS id value
4 TYP_TAB_TAGGED_OBJECTS Private See coding 20110526 typ_tab_tagged_objects TYPE HASHED TABLE OF typ_str_tagged_object WITH UNIQUE KEY ref_enum id
Method Signatures

Method GET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE 20110526
2 Importing I_REF_ENUM Call by reference Object reference (TYPE REF TO) OBJECT 20110526
3 Returning R_VALUE Value transfer Type reference (TYPE) STRING 20110526
# Exception Resumable Description Created on
1 CX_ATRAPI_CONTRACT_VIOLATION 20110526

Method GET_TAGGED_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE 20110526
2 Importing I_REF_ENUM Call by reference Object reference (TYPE REF TO) OBJECT 20110526
3 Returning R_REF_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT 20110526

Method GET_TAGGED_OBJECT on class CL_ATRAPI_ENUM_PROPERTIES has no exception.

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE 20110526
2 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE 20110526
3 Returning R_REF_ENUM Value transfer Object reference (TYPE REF TO) OBJECT 20110526
# Exception Resumable Description Created on
1 CX_ATRAPI_CONTRACT_VIOLATION 20110526

Method SET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_PROTECT Value transfer Type reference (TYPE) XFLAG 'X' neue Eingabewerte 20110526
2 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE 20110526
3 Importing I_REF_ENUM Call by reference Object reference (TYPE REF TO) OBJECT 20110526
4 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE 20110526
# Exception Resumable Description Created on
1 CX_ATRAPI_CONTRACT_VIOLATION 20110526

Method SET_TAGGED_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_PROTECT Value transfer Type reference (TYPE) XFLAG 'X' neue Eingabewerte 20110526
2 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE 20110526
3 Importing I_REF_ENUM Call by reference Object reference (TYPE REF TO) OBJECT 20110526
4 Importing I_REF_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20110526
# Exception Resumable Description Created on
1 CX_ATRAPI_CONTRACT_VIOLATION 20110526

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REF_ENUM_PROPERTIES Value transfer Object reference (TYPE REF TO) CL_ATRAPI_ENUM_PROPERTIES Eigenschaften einer Property 20110526

Method S_CREATE on class CL_ATRAPI_ENUM_PROPERTIES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 803