SAP ABAP Class CL_UML_CLASS_DECORATOR (Decorator for UML Class Diagrams)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     S_ABAP_TOOLS_UML (Package) UML Class Diagram
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UML_CLASS_SCANNER UML Class Diagram Scanner/Generator 20071029
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UML_CLASS_DECOR_ABAPDOC UML Plug-In: Generate AbapDoc HTML 20090403
2 Inheritance (c INHERITING FROM c_ref)  CL_UML_CLASS_DECOR_JNET UML Diagram as JNet XML Document 20071029
3 Inheritance (c INHERITING FROM c_ref)  CL_UML_CLASS_DECOR_TREE UML Diagram as Tree Diagram 20080922
4 Inheritance (c INHERITING FROM c_ref)  CL_UML_CLASS_DECOR_XMI UML Class Diagram as XMI Document (XML) 20071029
Properties
Class CL_UML_CLASS_DECORATOR  
Short Description Decorator for UML Class Diagrams    
Super Class CL_UML_CLASS_SCANNER UML Class Diagram Scanner/Generator 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package S_ABAP_TOOLS_UML   UML Class Diagram 
Created 20071029   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_UML_CLASS_DECORATOR has no interface implemented.
Friends
Class CL_UML_CLASS_DECORATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_PACKAGED Constant Protected Type reference (TYPE) C 'A' Package Member 20081117
2 C_PRIVATE Constant Protected Type reference (TYPE) C 'I' Private Member 20071109
3 C_PROTECT Constant Protected Type reference (TYPE) C 'O' Protected Member 20071109
4 DECO_CONFIG Instance attribute Protected Type reference (TYPE) LTY_DECO_CONFIG Local Type for Configuration Parameter 20071109
5 O_DECORATOR Instance attribute Protected Object reference (TYPE REF TO) CL_UML_CLASS_SCANNER Decorated UML Class 20071029
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor of Decorator 20071029
2 SET_DECORATOR_CONFIGURATION Instance method Public Method Configuration of Decorator 20071109
Events
Class CL_UML_CLASS_DECORATOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_DECO_CONFIG Protected See coding Local Type for Configuration Parameter 20071109 BEGIN OF lty_deco_config, show_attributes(1) TYPE c, " show attributes show_private(1) TYPE c, " show private show_protected(1) TYPE c, " show protected show_packaged(1) TYPE c, " show packaged member show_constants(1) TYPE c, " show constants show_methods(1) TYPE c, " show methods END OF lty_deco_config
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DECORATOR Call by reference Object reference (TYPE REF TO) CL_UML_CLASS_SCANNER Referenz auf zu dekorierendes Object 20071029

Method CONSTRUCTOR on class CL_UML_CLASS_DECORATOR has no exception.

Method SET_DECORATOR_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20071109
2 Importing CONSTANTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20071109
3 Importing METHODS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20071109
4 Importing PACKAGED_MEMBER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081117
5 Importing PRIVATE_MEMBER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20071109
6 Importing PROTECTED_MEMBER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20071109

Method SET_DECORATOR_CONFIGURATION on class CL_UML_CLASS_DECORATOR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 711