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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Instance attribute | Protected | Type reference (TYPE) | LTY_JNET_CONFIG | JNet Configuration | 20071030 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | UML_TYPE_ABSNAME_TAB | To Hidden Types | 20071030 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20071031 | |
| 2 | 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, " < |
|
| 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 | 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 | AGGREGATIONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Aggregationen anzeigen | 20071029 | ||
| 2 | ASSOCIATIONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Assoziationen anzeigen | 20071029 | ||
| 3 | COL_NAME | Call by reference | Type reference (TYPE) | CL_UML_COLOUR_SCHEMA=>TY_NAME | Name des Farbschema | 20081016 | |||
| 4 | EVENTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Events auflisten | 20071029 | ||
| 5 | FRIENDS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Friend-Beziehung anzeigen | 20071029 | ||
| 6 | HIDE | Call by reference | Type reference (TYPE) | UML_RANGE_TYPES | Typen verstecken | 20071029 | |||
| 7 | SHOW_EXCEPTIONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Aufgerufene Exceptions anzeigen | 20071120 | ||
| 8 | USES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Abhängigkeiten anzeigen | 20071122 | ||
| 9 | USE_CONTAINER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Poolzuordnung zeigen | 20080930 | ||
| 10 | USE_LOLLIPOP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Lollipop-Darstellung für Interfaces | 20071029 | ||
| 11 | 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 |