SAP ABAP Class CL_UML_CLASS_DECOR_JNET (UML Diagram as JNet XML Document)
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
Properties
Class CL_UML_CLASS_DECOR_JNET  
Short Description UML Diagram as JNet XML Document    
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 20130531   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)
2 CL_UML_COLOUR_SCHEMA Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_UML_CLASS_DECOR_JNET has no interface implemented.
Friends
Class CL_UML_CLASS_DECOR_JNET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 JNET_CONFIG Instance attribute Protected Type reference (TYPE) LTY_JNET_CONFIG JNet Configuration 20071030
2 T_HIDE Instance attribute Protected Type reference (TYPE) UML_TYPE_ABSNAME_TAB To Hidden Types 20071030
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20071031
2 SET_JNET_CONFIGURATION Instance method Public Method Set Parameters for JNet XML Generation 20071029
Events
Class CL_UML_CLASS_DECOR_JNET has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_JNET_CONFIG Protected See coding JNet Configuration Parameters 20071030 BEGIN OF lty_jnet_config, show_events(1) TYPE c, " show events 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 use_lollipops(1) TYPE c, " use lollipop-style for implementations use_packages(1) TYPE c, " show packages use_container(1) TYPE c, " show pool-container colours type ty_colours, END OF lty_jnet_config
2 TY_COLOURS Public See coding Color Scheme 20081006 begin of TY_colours, background type cl_uml_colour_schema=>ty_rgb, pool type cl_uml_colour_schema=>ty_rgb, package type cl_uml_colour_schema=>ty_rgb, end of TY_colours
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 Objekt 20071031

Method CONSTRUCTOR on class CL_UML_CLASS_DECOR_JNET has no exception.

Method SET_JNET_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 20071029
2 Importing ASSOCIATIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Assoziationen anzeigen 20071029
3 Importing COL_NAME Call by reference Type reference (TYPE) CL_UML_COLOUR_SCHEMA=>TY_NAME Name des Farbschema 20081016
4 Importing EVENTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Events auflisten 20071029
5 Importing FRIENDS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Friend-Beziehung anzeigen 20071029
6 Importing HIDE Call by reference Type reference (TYPE) UML_RANGE_TYPES Typen verstecken 20071029
7 Importing SHOW_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Aufgerufene Exceptions anzeigen 20071120
8 Importing USES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Abhängigkeiten anzeigen 20071122
9 Importing USE_CONTAINER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Poolzuordnung zeigen 20080930
10 Importing USE_LOLLIPOP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Lollipop-Darstellung für Interfaces 20071029
11 Importing USE_PACKAGES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Paketzuordnung zeigen 20080221

Method SET_JNET_CONFIGURATION on class CL_UML_CLASS_DECOR_JNET has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711