Skip to content

/AWS1/CL_DZNMATCHOFFSET

The offset of a matched term.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_startoffset TYPE /AWS1/DZNINTEGER /AWS1/DZNINTEGER

The 0-indexed number indicating the start position (inclusive) of a matched term.

iv_endoffset TYPE /AWS1/DZNINTEGER /AWS1/DZNINTEGER

The 0-indexed number indicating the end position (exclusive) of a matched term.


Queryable Attributes

startOffset

The 0-indexed number indicating the start position (inclusive) of a matched term.

Accessible with the following methods

Method Description
GET_STARTOFFSET() Getter for STARTOFFSET, with configurable default
ASK_STARTOFFSET() Getter for STARTOFFSET w/ exceptions if field has no value
HAS_STARTOFFSET() Determine if STARTOFFSET has a value

endOffset

The 0-indexed number indicating the end position (exclusive) of a matched term.

Accessible with the following methods

Method Description
GET_ENDOFFSET() Getter for ENDOFFSET, with configurable default
ASK_ENDOFFSET() Getter for ENDOFFSET w/ exceptions if field has no value
HAS_ENDOFFSET() Determine if ENDOFFSET 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_MATCHOFFSETS

TYPES TT_MATCHOFFSETS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNMATCHOFFSET WITH DEFAULT KEY
.