SAP ABAP Class CL_CNV_INDX_PATTERN (String pattern representation)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-GTF-BS (Application Component) Business Application Support
⤷
CNV_INDX (Package) Conversion of INDX-like cluster tables
⤷
⤷
Properties
| Class | CL_CNV_INDX_PATTERN | |
| Short Description | String pattern representation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_INDX | Conversion of INDX-like cluster tables |
| Created | 20101011 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CNV_INDX_PATTERN has no forward declaration.
Interfaces
Class CL_CNV_INDX_PATTERN has no interface implemented.
Friends
Class CL_CNV_INDX_PATTERN 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) | STRING | 20101011 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Returns which pattern string is broader | 20101011 | |
| 2 | Instance method | Public | Constructor | Creates a pattern | 20101011 | |
| 3 | Instance method | Public | Method | Returns whether this pattern is more generic than another | 20101011 | |
| 4 | Instance method | Public | Method | Returns whether this pattern is more generic than another | 20101011 | |
| 5 | Static method | Public | Method | Returns the specificity score of a string | 20101011 |
Events
Class CL_CNV_INDX_PATTERN has no event.
Types
Class CL_CNV_INDX_PATTERN has no local type.
Method Signatures
Method COMPARE_PATTERNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PATTERN1 | Call by reference | Type reference (TYPE) | ANY | 20101011 | ||||
| 2 | PATTERN2 | Call by reference | Type reference (TYPE) | ANY | 20101011 | ||||
| 3 | RESULT | Value transfer | Type reference (TYPE) | I | Returns 1 if 1st pattern is greater, -1 if second, 0 otherw. | 20101011 |
Method COMPARE_PATTERNS on class CL_CNV_INDX_PATTERN has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | ANY | value | 20101011 |
Method CONSTRUCTOR on class CL_CNV_INDX_PATTERN has no exception.
Method IS_BROADER_THAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PATTERN | Call by reference | Object reference (TYPE REF TO) | CL_CNV_INDX_PATTERN | String pattern representation | 20101011 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20101011 |
Method IS_BROADER_THAN on class CL_CNV_INDX_PATTERN has no exception.
Method IS_BROADER_THAN_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PATTERN | Call by reference | Type reference (TYPE) | ANY | String pattern | 20101011 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20101011 |
Method IS_BROADER_THAN_STRING on class CL_CNV_INDX_PATTERN has no exception.
Method SPECIFICITY_SCORE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PATTERN | Call by reference | Type reference (TYPE) | STRING | 20101011 | ||||
| 2 | SCORE | Value transfer | Type reference (TYPE) | FLOAT | Field of type FLTP | 20101011 |
Method SPECIFICITY_SCORE on class CL_CNV_INDX_PATTERN has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |