/AWS1/CL_BDKAUTOMATEDRSNINGP04¶
Represents a variable in an Automated Reasoning policy. Variables represent concepts that can have values assigned during natural language translation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD07 /AWS1/BDKAUTOMATEDRSNINGPLYD07¶
The name of the variable. Use descriptive names that clearly indicate the concept being represented.
iv_type TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD00 /AWS1/BDKAUTOMATEDRSNINGPLYD00¶
The data type of the variable. Valid types include bool, int, real, enum, and custom types that you can provide.
iv_description TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD08 /AWS1/BDKAUTOMATEDRSNINGPLYD08¶
The description of the variable that explains what it represents and how users might refer to it. Clear and comprehensive descriptions are essential for accurate natural language translation.
Queryable Attributes¶
name¶
The name of the variable. Use descriptive names that clearly indicate the concept being represented.
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 |
type¶
The data type of the variable. Valid types include bool, int, real, enum, and custom types that you can provide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
description¶
The description of the variable that explains what it represents and how users might refer to it. Clear and comprehensive descriptions are essential for accurate natural language translation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION 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_AUTOMATEDRSNINGPLYDEFVARI00¶
TYPES TT_AUTOMATEDRSNINGPLYDEFVARI00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP04 WITH DEFAULT KEY
.