/AWS1/CL_REVINPUTSOURCE¶
Identifies an input source by its identifier and type.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_identifier TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The identifier of the input source.
iv_type TYPE /AWS1/REVINPUTSOURCETYPE /AWS1/REVINPUTSOURCETYPE¶
The type of the input source.
Queryable Attributes¶
identifier¶
The identifier of the input source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTIFIER() |
Getter for IDENTIFIER, with configurable default |
ASK_IDENTIFIER() |
Getter for IDENTIFIER w/ exceptions if field has no value |
HAS_IDENTIFIER() |
Determine if IDENTIFIER has a value |
type¶
The type of the input source.
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 |