/AWS1/CL_BDAMISMATCHEDNODEOU00¶
Details about mismatched output data types in a node.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_node TYPE /AWS1/BDAFLOWNODENAME /AWS1/BDAFLOWNODENAME¶
The name of the node containing the output with the mismatched data type.
iv_output TYPE /AWS1/BDAFLOWNODEOUTPUTNAME /AWS1/BDAFLOWNODEOUTPUTNAME¶
The name of the output with the mismatched data type.
iv_expectedtype TYPE /AWS1/BDAFLOWNODEIODATATYPE /AWS1/BDAFLOWNODEIODATATYPE¶
The expected data type for the node output.
Queryable Attributes¶
node¶
The name of the node containing the output with the mismatched data type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODE() |
Getter for NODE, with configurable default |
ASK_NODE() |
Getter for NODE w/ exceptions if field has no value |
HAS_NODE() |
Determine if NODE has a value |
output¶
The name of the output with the mismatched data type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUT() |
Getter for OUTPUT, with configurable default |
ASK_OUTPUT() |
Getter for OUTPUT w/ exceptions if field has no value |
HAS_OUTPUT() |
Determine if OUTPUT has a value |
expectedType¶
The expected data type for the node output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPECTEDTYPE() |
Getter for EXPECTEDTYPE, with configurable default |
ASK_EXPECTEDTYPE() |
Getter for EXPECTEDTYPE w/ exceptions if field has no value |
HAS_EXPECTEDTYPE() |
Determine if EXPECTEDTYPE has a value |