/AWS1/CL_GLUTRANSFORMCFGPARAM¶
Specifies the parameters in the config file of the dynamic transform.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_name
TYPE /AWS1/GLUENCLOSEDINSTRINGPRP
/AWS1/GLUENCLOSEDINSTRINGPRP
¶
Specifies the name of the parameter in the config file of the dynamic transform.
iv_type
TYPE /AWS1/GLUPARAMTYPE
/AWS1/GLUPARAMTYPE
¶
Specifies the parameter type in the config file of the dynamic transform.
Optional arguments:¶
iv_validationrule
TYPE /AWS1/GLUENCLOSEDINSTRINGPRP
/AWS1/GLUENCLOSEDINSTRINGPRP
¶
Specifies the validation rule in the config file of the dynamic transform.
iv_validationmessage
TYPE /AWS1/GLUENCLOSEDINSTRINGPRP
/AWS1/GLUENCLOSEDINSTRINGPRP
¶
Specifies the validation message in the config file of the dynamic transform.
it_value
TYPE /AWS1/CL_GLUENCLOSEDINSTRPRP00=>TT_ENCLOSEDINSTRINGPROPERTIES
TT_ENCLOSEDINSTRINGPROPERTIES
¶
Specifies the value of the parameter in the config file of the dynamic transform.
iv_listtype
TYPE /AWS1/GLUPARAMTYPE
/AWS1/GLUPARAMTYPE
¶
Specifies the list type of the parameter in the config file of the dynamic transform.
iv_isoptional
TYPE /AWS1/GLUBOXEDBOOLEAN
/AWS1/GLUBOXEDBOOLEAN
¶
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
Queryable Attributes¶
Name¶
Specifies the name of the parameter in the config file of the dynamic transform.
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 |
Type¶
Specifies the parameter type in the config file of the dynamic transform.
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 |
ValidationRule¶
Specifies the validation rule in the config file of the dynamic transform.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALIDATIONRULE() |
Getter for VALIDATIONRULE, with configurable default |
ASK_VALIDATIONRULE() |
Getter for VALIDATIONRULE w/ exceptions if field has no valu |
HAS_VALIDATIONRULE() |
Determine if VALIDATIONRULE has a value |
ValidationMessage¶
Specifies the validation message in the config file of the dynamic transform.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALIDATIONMESSAGE() |
Getter for VALIDATIONMESSAGE, with configurable default |
ASK_VALIDATIONMESSAGE() |
Getter for VALIDATIONMESSAGE w/ exceptions if field has no v |
HAS_VALIDATIONMESSAGE() |
Determine if VALIDATIONMESSAGE has a value |
Value¶
Specifies the value of the parameter in the config file of the dynamic transform.
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 |
ListType¶
Specifies the list type of the parameter in the config file of the dynamic transform.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LISTTYPE() |
Getter for LISTTYPE, with configurable default |
ASK_LISTTYPE() |
Getter for LISTTYPE w/ exceptions if field has no value |
HAS_LISTTYPE() |
Determine if LISTTYPE has a value |
IsOptional¶
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISOPTIONAL() |
Getter for ISOPTIONAL, with configurable default |
ASK_ISOPTIONAL() |
Getter for ISOPTIONAL w/ exceptions if field has no value |
HAS_ISOPTIONAL() |
Determine if ISOPTIONAL 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_TRANSFORMCONFIGPARAMLIST
¶
TYPES TT_TRANSFORMCONFIGPARAMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUTRANSFORMCFGPARAM WITH DEFAULT KEY
.