SAP ABAP Class CL_UML_CLASS_DECOR_XMI (UML Class Diagram as XMI Document (XML))
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_DECORATOR Decorator for UML Class Diagrams 20071029
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UML_TOOL_PLUGIN Plug-In for UML Tool 20090312
Properties
Class CL_UML_CLASS_DECOR_XMI  
Short Description UML Class Diagram as XMI Document (XML)    
Super Class CL_UML_CLASS_DECORATOR Decorator for UML Class Diagrams 
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
# Interface Abstract Final Description Created on
1 IF_UML_TOOL_PLUGIN Plug-In for UML Tool 20090312
Friends
Class CL_UML_CLASS_DECOR_XMI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 XMI_CONFIG Instance attribute Protected Type reference (TYPE) LTY_XMI_CONFIG XMI Configuration 20080107
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20080107
2 SET_XMI_CONFIGURATION Instance method Public Method Set Parameters for XMI Generation 20080107
Events
Class CL_UML_CLASS_DECOR_XMI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_PRIMITIVE_TAB Private See coding 20071213 lty_primitive_tab TYPE STANDARD TABLE OF lty_primitive_type with key name
2 LTY_PRIMITIVE_TYPE Private See coding 20071213 BEGIN OF lty_primitive_type, name TYPE string, container TYPE string, visibility(1) type c, END OF lty_primitive_type
3 LTY_XMI_CONFIG Protected See coding XMI Configuration 20080107 BEGIN OF lty_xmi_config, show_aggregations(1) TYPE c, " show aggregations show_associations(1) TYPE c, " show associations show_uses(1) TYPE c, " <> show dependencies show_friends(1) TYPE c, " show friends show_throws(1) TYPE c, " show used exceptions END OF lty_xmi_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 Dekorator für UML Klassendiagramme 20080107

Method CONSTRUCTOR on class CL_UML_CLASS_DECOR_XMI has no exception.

Method SET_XMI_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AGGREGATIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Aggregationen anzeigen 20080107
2 Importing ASSOCIATIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Assoziationen anzeigen 20080107
3 Importing FRIENDS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Friend-Beziehung anzeigen 20080107
4 Importing SHOW_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Aufgerufene Exceptions anzeigen 20080107
5 Importing USES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Abhängigkeiten anzeigen 20080107

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