/AWS1/CL_REVTESTTEMPLATEPARAM¶
Describes a parameter accepted by a test template.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The name of the parameter.
iv_type TYPE /AWS1/REVPARAMETERTYPE /AWS1/REVPARAMETERTYPE¶
The data type of the parameter.
iv_required TYPE /AWS1/REVBOOLEAN /AWS1/REVBOOLEAN¶
Indicates whether the parameter is required.
Optional arguments:¶
iv_description TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
A description of the parameter.
iv_defaultvalue TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The default value of the parameter.
iv_maxvalues TYPE /AWS1/REVINTEGER /AWS1/REVINTEGER¶
The maximum number of values the parameter accepts.
Queryable Attributes¶
name¶
The name of the parameter.
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 |
description¶
A description of the parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
type¶
The data type of the parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
required¶
Indicates whether the parameter is required.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUIRED() |
Getter for REQUIRED, with configurable default |
ASK_REQUIRED() |
Getter for REQUIRED w/ exceptions if field has no value |
HAS_REQUIRED() |
Determine if REQUIRED has a value |
defaultValue¶
The default value of the parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTVALUE() |
Getter for DEFAULTVALUE, with configurable default |
ASK_DEFAULTVALUE() |
Getter for DEFAULTVALUE w/ exceptions if field has no value |
HAS_DEFAULTVALUE() |
Determine if DEFAULTVALUE has a value |
maxValues¶
The maximum number of values the parameter accepts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXVALUES() |
Getter for MAXVALUES, with configurable default |
ASK_MAXVALUES() |
Getter for MAXVALUES w/ exceptions if field has no value |
HAS_MAXVALUES() |
Determine if MAXVALUES 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_TESTTEMPLATEPARAMETERLIST¶
TYPES TT_TESTTEMPLATEPARAMETERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVTESTTEMPLATEPARAM WITH DEFAULT KEY
.