/AWS1/CL_AMFSUBDOMAINSETTING¶
Describes the settings for the subdomain.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_prefix TYPE /AWS1/AMFDOMAINPREFIX /AWS1/AMFDOMAINPREFIX¶
The prefix setting for the subdomain.
iv_branchname TYPE /AWS1/AMFBRANCHNAME /AWS1/AMFBRANCHNAME¶
The branch name setting for the subdomain.
Queryable Attributes¶
prefix¶
The prefix setting for the subdomain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREFIX() |
Getter for PREFIX, with configurable default |
ASK_PREFIX() |
Getter for PREFIX w/ exceptions if field has no value |
HAS_PREFIX() |
Determine if PREFIX has a value |
branchName¶
The branch name setting for the subdomain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BRANCHNAME() |
Getter for BRANCHNAME, with configurable default |
ASK_BRANCHNAME() |
Getter for BRANCHNAME w/ exceptions if field has no value |
HAS_BRANCHNAME() |
Determine if BRANCHNAME 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_SUBDOMAINSETTINGS¶
TYPES TT_SUBDOMAINSETTINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_AMFSUBDOMAINSETTING WITH DEFAULT KEY
.