Skip to content

/AWS1/CL_IOTASSETPRPVARIANT

Contains an asset property value (of a single type).

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_stringvalue TYPE /AWS1/IOTASSETPRPSTRINGVALUE /AWS1/IOTASSETPRPSTRINGVALUE

Optional. The string value of the value entry. Accepts substitution templates.

iv_integervalue TYPE /AWS1/IOTASSETPRPINTEGERVALUE /AWS1/IOTASSETPRPINTEGERVALUE

Optional. A string that contains the integer value of the value entry. Accepts substitution templates.

iv_doublevalue TYPE /AWS1/IOTASSETPRPDOUBLEVALUE /AWS1/IOTASSETPRPDOUBLEVALUE

Optional. A string that contains the double value of the value entry. Accepts substitution templates.

iv_booleanvalue TYPE /AWS1/IOTASSETPRPBOOLEANVALUE /AWS1/IOTASSETPRPBOOLEANVALUE

Optional. A string that contains the boolean value (true or false) of the value entry. Accepts substitution templates.


Queryable Attributes

stringValue

Optional. The string value of the value entry. Accepts substitution templates.

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

integerValue

Optional. A string that contains the integer value of the value entry. Accepts substitution templates.

Accessible with the following methods

Method Description
GET_INTEGERVALUE() Getter for INTEGERVALUE, with configurable default
ASK_INTEGERVALUE() Getter for INTEGERVALUE w/ exceptions if field has no value
HAS_INTEGERVALUE() Determine if INTEGERVALUE has a value

doubleValue

Optional. A string that contains the double value of the value entry. Accepts substitution templates.

Accessible with the following methods

Method Description
GET_DOUBLEVALUE() Getter for DOUBLEVALUE, with configurable default
ASK_DOUBLEVALUE() Getter for DOUBLEVALUE w/ exceptions if field has no value
HAS_DOUBLEVALUE() Determine if DOUBLEVALUE has a value

booleanValue

Optional. A string that contains the boolean value (true or false) of the value entry. Accepts substitution templates.

Accessible with the following methods

Method Description
GET_BOOLEANVALUE() Getter for BOOLEANVALUE, with configurable default
ASK_BOOLEANVALUE() Getter for BOOLEANVALUE w/ exceptions if field has no value
HAS_BOOLEANVALUE() Determine if BOOLEANVALUE has a value