Skip to content

/AWS1/CL_TBDPARAMFILTERXPRSN

The details of a filtered search for parameters.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING

The name of the parameter to filter on.

IV_OPERATOR TYPE /AWS1/TBDCOMPARISONOPERATOR /AWS1/TBDCOMPARISONOPERATOR

The type of comparison to use to filter results.

IV_VALUE TYPE /AWS1/TBDPARAMETERVALUE /AWS1/TBDPARAMETERVALUE

The parameter's value.


Queryable Attributes

name

The name of the parameter to filter on.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

operator

The type of comparison to use to filter results.

Accessible with the following methods

Method Description
GET_OPERATOR() Getter for OPERATOR, with configurable default
ASK_OPERATOR() Getter for OPERATOR w/ exceptions if field has no value
HAS_OPERATOR() Determine if OPERATOR has a value

value

The parameter's value.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value