/AWS1/CL_QSTDATETIMEDSPARAM¶
A date time parameter for a dataset.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_id
TYPE /AWS1/QSTDATASETPARAMETERID
/AWS1/QSTDATASETPARAMETERID
¶
An identifier for the parameter that is created in the dataset.
iv_name
TYPE /AWS1/QSTDATASETPARAMETERNAME
/AWS1/QSTDATASETPARAMETERNAME
¶
The name of the date time parameter that is created in the dataset.
iv_valuetype
TYPE /AWS1/QSTDATASETPARAMVALUETYPE
/AWS1/QSTDATASETPARAMVALUETYPE
¶
The value type of the dataset parameter. Valid values are
single value
ormulti value
.
Optional arguments:¶
iv_timegranularity
TYPE /AWS1/QSTTIMEGRANULARITY
/AWS1/QSTTIMEGRANULARITY
¶
The time granularity of the date time parameter.
io_defaultvalues
TYPE REF TO /AWS1/CL_QSTDATETIMEDSPRMDEF00
/AWS1/CL_QSTDATETIMEDSPRMDEF00
¶
A list of default values for a given date time parameter. This structure only accepts static values.
Queryable Attributes¶
Id¶
An identifier for the parameter that is created in the dataset.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Name¶
The name of the date time parameter that is created in the dataset.
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 |
ValueType¶
The value type of the dataset parameter. Valid values are
single value
ormulti value
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUETYPE() |
Getter for VALUETYPE, with configurable default |
ASK_VALUETYPE() |
Getter for VALUETYPE w/ exceptions if field has no value |
HAS_VALUETYPE() |
Determine if VALUETYPE has a value |
TimeGranularity¶
The time granularity of the date time parameter.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMEGRANULARITY() |
Getter for TIMEGRANULARITY, with configurable default |
ASK_TIMEGRANULARITY() |
Getter for TIMEGRANULARITY w/ exceptions if field has no val |
HAS_TIMEGRANULARITY() |
Determine if TIMEGRANULARITY has a value |
DefaultValues¶
A list of default values for a given date time parameter. This structure only accepts static values.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEFAULTVALUES() |
Getter for DEFAULTVALUES |