/AWS1/CL_LOMDETECTEDFIELD¶
An inferred field.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_value TYPE REF TO /AWS1/CL_LOMATTRIBUTEVALUE /AWS1/CL_LOMATTRIBUTEVALUE¶
The field's value.
iv_confidence TYPE /AWS1/LOMCONFIDENCE /AWS1/LOMCONFIDENCE¶
The field's confidence.
iv_message TYPE /AWS1/LOMMESSAGE /AWS1/LOMMESSAGE¶
The field's message.
Queryable Attributes¶
Value¶
The field's value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
Confidence¶
The field's confidence.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIDENCE() |
Getter for CONFIDENCE, with configurable default |
ASK_CONFIDENCE() |
Getter for CONFIDENCE w/ exceptions if field has no value |
HAS_CONFIDENCE() |
Determine if CONFIDENCE has a value |
Message¶
The field's message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |