/AWS1/CL_BDKAUTOMATEDRSNINGP17¶
An annotation for adding a new variable to an Automated Reasoning policy, which can be used in rule expressions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD07 /AWS1/BDKAUTOMATEDRSNINGPLYD07¶
The name of the new variable. This name will be used to reference the variable in rule expressions.
iv_type TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD00 /AWS1/BDKAUTOMATEDRSNINGPLYD00¶
The type of the variable, which can be a built-in type (like string or number) or a custom type defined in the policy.
iv_description TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD08 /AWS1/BDKAUTOMATEDRSNINGPLYD08¶
A description of what the variable represents and how it should be used in rules.
Queryable Attributes¶
name¶
The name of the new variable. This name will be used to reference the variable in rule expressions.
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 type of the variable, which can be a built-in type (like string or number) or a custom type defined in the policy.
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¶
A description of what the variable represents and how it should be used in rules.
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 |