SAP ABAP Class CL_UML_COLOUR_SCHEMA (Color Scheme for UML 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

⤷

⤷

Properties
Class | CL_UML_COLOUR_SCHEMA | |
Short Description | Color Scheme for UML Diagrams | |
Super Class | ||
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 | 20081014 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_UML_COLOUR_SCHEMA has no forward declaration.
Interfaces
Class CL_UML_COLOUR_SCHEMA has no interface implemented.
Friends
Class CL_UML_COLOUR_SCHEMA has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | See coding | Standard color | 20081014 | |||
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TY_VALUES | List of Color Schemes | 20081015 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | Class Constructor | 20081014 |
2 | ![]() |
Static method | Public | Method | Determine Colors of a Scheme | 20081016 |
Events
Class CL_UML_COLOUR_SCHEMA has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_NAME | Public | See coding | Name of a schema | 20081015 | ty_name TYPE c LENGTH 20
|
|
2 | TY_RGB | Public | See coding | RGB Definition of a Color | 20081014 | BEGIN OF ty_rgb,
r TYPE n LENGTH 3,
g TYPE n LENGTH 3,
b TYPE n LENGTH 3,
END OF ty_rgb
|
|
3 | TY_VALUES | Public | See coding | Table for Input Help | 20081015 | ty_values TYPE STANDARD TABLE OF vrm_value
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_UML_COLOUR_SCHEMA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_UML_COLOUR_SCHEMA has no exception.
Method GET_COLOURS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BACKGROUND | Call by reference | Type reference (TYPE) | TY_RGB | Hintergrunffarbe | 20081016 | ||
2 | ![]() |
PACKAGE | Call by reference | Type reference (TYPE) | TY_RGB | Farbe für Pakete | 20081016 | ||
3 | ![]() |
POOL | Call by reference | Type reference (TYPE) | TY_RGB | Farbe für Pool | 20081016 | ||
4 | ![]() |
SCHEMA | Call by reference | Type reference (TYPE) | TY_NAME | Name des Schemas | 20081016 |
Method GET_COLOURS on class CL_UML_COLOUR_SCHEMA has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 720 |