/AWS1/CL_FNTSTRINGSCHEMACONFIG¶
The configuration for a string schema.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_required
TYPE /AWS1/FNTBOOLEAN
/AWS1/FNTBOOLEAN
¶
Whether the defined parameter is required.
Optional arguments:¶
iv_comment
TYPE /AWS1/FNTSENSITIVESTRINGTYPE
/AWS1/FNTSENSITIVESTRINGTYPE
¶
A comment to describe the parameter.
iv_defaultvalue
TYPE /AWS1/FNTPARAMETERVALUE
/AWS1/FNTPARAMETERVALUE
¶
The default value of the parameter.
Queryable Attributes¶
Comment¶
A comment to describe the parameter.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMMENT() |
Getter for COMMENT, with configurable default |
ASK_COMMENT() |
Getter for COMMENT w/ exceptions if field has no value |
HAS_COMMENT() |
Determine if COMMENT 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 |
Required¶
Whether the defined 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 |