/AWS1/CL_LXBENUMERATIONVALUE¶
Each slot type can have a set of values. Each enumeration value represents a value the slot type can take.
For example, a pizza ordering bot could have a slot type that specifies the type of crust that the pizza should have. The slot type could include the values
-
thick
-
thin
-
stuffed
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_value TYPE /AWS1/LXBVALUE /AWS1/LXBVALUE¶
The value of the slot type.
Optional arguments:¶
it_synonyms TYPE /AWS1/CL_LXBSYNONYMLIST_W=>TT_SYNONYMLIST TT_SYNONYMLIST¶
Additional values related to the slot type value.
Queryable Attributes¶
value¶
The value of the slot type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
synonyms¶
Additional values related to the slot type value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYNONYMS() |
Getter for SYNONYMS, with configurable default |
ASK_SYNONYMS() |
Getter for SYNONYMS w/ exceptions if field has no value |
HAS_SYNONYMS() |
Determine if SYNONYMS 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_ENUMERATIONVALUES¶
TYPES TT_ENUMERATIONVALUES TYPE STANDARD TABLE OF REF TO /AWS1/CL_LXBENUMERATIONVALUE WITH DEFAULT KEY
.