/AWS1/CL_IOTFIELD¶
Describes the name and data type at a field.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/IOTFIELDNAME /AWS1/IOTFIELDNAME¶
The name of the field.
iv_type TYPE /AWS1/IOTFIELDTYPE /AWS1/IOTFIELDTYPE¶
The data type of the field.
Queryable Attributes¶
name¶
The name of the field.
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 field.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FIELDS¶
TYPES TT_FIELDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTFIELD WITH DEFAULT KEY
.