/AWS1/CL_IOEDETECTORMODELDEFN¶
Information that defines how a detector operates.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_states TYPE /AWS1/CL_IOESTATE=>TT_STATES TT_STATES¶
Information about the states of the detector.
iv_initialstatename TYPE /AWS1/IOESTATENAME /AWS1/IOESTATENAME¶
The state that is entered at the creation of each detector (instance).
Queryable Attributes¶
states¶
Information about the states of the detector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATES() |
Getter for STATES, with configurable default |
ASK_STATES() |
Getter for STATES w/ exceptions if field has no value |
HAS_STATES() |
Determine if STATES has a value |
initialStateName¶
The state that is entered at the creation of each detector (instance).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INITIALSTATENAME() |
Getter for INITIALSTATENAME, with configurable default |
ASK_INITIALSTATENAME() |
Getter for INITIALSTATENAME w/ exceptions if field has no va |
HAS_INITIALSTATENAME() |
Determine if INITIALSTATENAME has a value |