/AWS1/CL_TBDSTEPATTRCAPABILITY¶
The list of step attributes.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/TBDATTRCAPABILITYNAME /AWS1/TBDATTRCAPABILITYNAME¶
The name of the step attribute.
Optional arguments:¶
it_anyof TYPE /AWS1/CL_TBDLSTATTRCAPABILIT00=>TT_LISTATTRCAPABILITYVALUE TT_LISTATTRCAPABILITYVALUE¶
Requires any of the step attributes in a given list.
it_allof TYPE /AWS1/CL_TBDLSTATTRCAPABILIT00=>TT_LISTATTRCAPABILITYVALUE TT_LISTATTRCAPABILITYVALUE¶
Requires all of the step attribute values.
Queryable Attributes¶
name¶
The name of the step attribute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
anyOf¶
Requires any of the step attributes in a given list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANYOF() |
Getter for ANYOF, with configurable default |
ASK_ANYOF() |
Getter for ANYOF w/ exceptions if field has no value |
HAS_ANYOF() |
Determine if ANYOF has a value |
allOf¶
Requires all of the step attribute values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOF() |
Getter for ALLOF, with configurable default |
ASK_ALLOF() |
Getter for ALLOF w/ exceptions if field has no value |
HAS_ALLOF() |
Determine if ALLOF 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_STEPATTRIBUTECAPABILITIES¶
TYPES TT_STEPATTRIBUTECAPABILITIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDSTEPATTRCAPABILITY WITH DEFAULT KEY
.