/AWS1/CL_LWDDEPLOYMENTSPECSF00¶
A field that details a specification of a deployment pattern.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/LWDSTRING
/AWS1/LWDSTRING
¶
The name of the deployment specification.
iv_description
TYPE /AWS1/LWDSTRING
/AWS1/LWDSTRING
¶
The description of the deployment specification.
it_allowedvalues
TYPE /AWS1/CL_LWDALLOWEDVALUES_W=>TT_ALLOWEDVALUES
TT_ALLOWEDVALUES
¶
The allowed values of the deployment specification.
iv_required
TYPE /AWS1/LWDSTRING
/AWS1/LWDSTRING
¶
Indicates if the deployment specification is required.
it_conditionals
TYPE /AWS1/CL_LWDDEPLOYMENTCONDAL00=>TT_SPECSCONDITIONALDATA
TT_SPECSCONDITIONALDATA
¶
The conditionals used for the deployment specification.
Queryable Attributes¶
name¶
The name of the deployment specification.
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¶
The description of the deployment specification.
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 |
allowedValues¶
The allowed values of the deployment specification.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ALLOWEDVALUES() |
Getter for ALLOWEDVALUES, with configurable default |
ASK_ALLOWEDVALUES() |
Getter for ALLOWEDVALUES w/ exceptions if field has no value |
HAS_ALLOWEDVALUES() |
Determine if ALLOWEDVALUES has a value |
required¶
Indicates if the deployment specification 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 |
conditionals¶
The conditionals used for the deployment specification.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONDITIONALS() |
Getter for CONDITIONALS, with configurable default |
ASK_CONDITIONALS() |
Getter for CONDITIONALS w/ exceptions if field has no value |
HAS_CONDITIONALS() |
Determine if CONDITIONALS 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_DEPLOYMENTSPECSDATA
¶
TYPES TT_DEPLOYMENTSPECSDATA TYPE STANDARD TABLE OF REF TO /AWS1/CL_LWDDEPLOYMENTSPECSF00 WITH DEFAULT KEY
.