/AWS1/CL_BDKRATINGSCALEITEMVAL¶
Defines the value for one rating in a custom metric rating scale.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_stringvalue
TYPE /AWS1/BDKSTRING
/AWS1/BDKSTRING
¶
A string representing the value for a rating in a custom metric rating scale.
iv_floatvalue
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
A floating point number representing the value for a rating in a custom metric rating scale.
Queryable Attributes¶
stringValue¶
A string representing the value for a rating in a custom metric rating scale.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STRINGVALUE() |
Getter for STRINGVALUE, with configurable default |
ASK_STRINGVALUE() |
Getter for STRINGVALUE w/ exceptions if field has no value |
HAS_STRINGVALUE() |
Determine if STRINGVALUE has a value |
floatValue¶
A floating point number representing the value for a rating in a custom metric rating scale.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FLOATVALUE() |
Getter for FLOATVALUE, with configurable default |
ASK_FLOATVALUE() |
Getter for FLOATVALUE w/ exceptions if field has no value |
STR_FLOATVALUE() |
String format for FLOATVALUE, with configurable default |
HAS_FLOATVALUE() |
Determine if FLOATVALUE has a value |