/AWS1/CL_CATIDECONFIGURATION¶
Information about the configuration of an integrated development environment (IDE) for a Dev Environment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_runtime TYPE /AWS1/CATSTRING /AWS1/CATSTRING¶
A link to the IDE runtime image.
This parameter is not required for
VSCode.
iv_name TYPE /AWS1/CATSTRING /AWS1/CATSTRING¶
The name of the IDE. Valid values include
Cloud9,IntelliJ,PyCharm,GoLand, andVSCode.
Queryable Attributes¶
runtime¶
A link to the IDE runtime image.
This parameter is not required for
VSCode.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNTIME() |
Getter for RUNTIME, with configurable default |
ASK_RUNTIME() |
Getter for RUNTIME w/ exceptions if field has no value |
HAS_RUNTIME() |
Determine if RUNTIME has a value |
name¶
The name of the IDE. Valid values include
Cloud9,IntelliJ,PyCharm,GoLand, andVSCode.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IDECONFIGURATIONLIST¶
TYPES TT_IDECONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CATIDECONFIGURATION WITH DEFAULT KEY
.