/AWS1/CL_QSTTOPICCONSTANTVALUE¶
The definition for a TopicConstantValue.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_constanttype TYPE /AWS1/QSTCONSTANTTYPE /AWS1/QSTCONSTANTTYPE¶
The constant type of a
TopicConstantValue.
iv_value TYPE /AWS1/QSTCONSTANTVALUESTRING /AWS1/QSTCONSTANTVALUESTRING¶
The value of the
TopicConstantValue.
iv_minimum TYPE /AWS1/QSTCONSTANTVALUESTRING /AWS1/QSTCONSTANTVALUESTRING¶
The minimum for the
TopicConstantValue.
iv_maximum TYPE /AWS1/QSTCONSTANTVALUESTRING /AWS1/QSTCONSTANTVALUESTRING¶
The maximum for the
TopicConstantValue.
it_valuelist TYPE /AWS1/CL_QSTCOLLECTIVECONSTA00=>TT_COLLECTIVECONSTANTENTRYLIST TT_COLLECTIVECONSTANTENTRYLIST¶
The value list of the
TopicConstantValue.
Queryable Attributes¶
ConstantType¶
The constant type of a
TopicConstantValue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONSTANTTYPE() |
Getter for CONSTANTTYPE, with configurable default |
ASK_CONSTANTTYPE() |
Getter for CONSTANTTYPE w/ exceptions if field has no value |
HAS_CONSTANTTYPE() |
Determine if CONSTANTTYPE has a value |
Value¶
The value of the
TopicConstantValue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Minimum¶
The minimum for the
TopicConstantValue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINIMUM() |
Getter for MINIMUM, with configurable default |
ASK_MINIMUM() |
Getter for MINIMUM w/ exceptions if field has no value |
HAS_MINIMUM() |
Determine if MINIMUM has a value |
Maximum¶
The maximum for the
TopicConstantValue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXIMUM() |
Getter for MAXIMUM, with configurable default |
ASK_MAXIMUM() |
Getter for MAXIMUM w/ exceptions if field has no value |
HAS_MAXIMUM() |
Determine if MAXIMUM has a value |
ValueList¶
The value list of the
TopicConstantValue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUELIST() |
Getter for VALUELIST, with configurable default |
ASK_VALUELIST() |
Getter for VALUELIST w/ exceptions if field has no value |
HAS_VALUELIST() |
Determine if VALUELIST has a value |