/AWS1/CL_MHSANTIPATSEVERITYS00¶
Contains the summary of anti-patterns and their severity.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_severity TYPE /AWS1/MHSSEVERITY /AWS1/MHSSEVERITY¶
Contains the severity of anti-patterns.
iv_count TYPE /AWS1/MHSINTEGER /AWS1/MHSINTEGER¶
Contains the count of anti-patterns.
Queryable Attributes¶
severity¶
Contains the severity of anti-patterns.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEVERITY() |
Getter for SEVERITY, with configurable default |
ASK_SEVERITY() |
Getter for SEVERITY w/ exceptions if field has no value |
HAS_SEVERITY() |
Determine if SEVERITY has a value |
count¶
Contains the count of anti-patterns.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT, with configurable default |
ASK_COUNT() |
Getter for COUNT w/ exceptions if field has no value |
HAS_COUNT() |
Determine if COUNT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTANTIPATTERNSEVERITYSUMM¶
TYPES TT_LISTANTIPATTERNSEVERITYSUMM TYPE STANDARD TABLE OF REF TO /AWS1/CL_MHSANTIPATSEVERITYS00 WITH DEFAULT KEY
.