/AWS1/CL_CNKAUDEVTFIELDVALUN00¶
Object to store union of Field values.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_stringvalue
TYPE /AWS1/CNKSTRING
/AWS1/CNKSTRING
¶
Can be either null, or have a String value type. Only one value can be provided.
iv_doublevalue
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
Can be either null, or have a Double value type. Only one value can be provided.
iv_booleanvalue
TYPE /AWS1/CNKBOOLEAN
/AWS1/CNKBOOLEAN
¶
Can be either null, or have a Boolean value type. Only one value can be provided.
io_emptyvalue
TYPE REF TO /AWS1/CL_CNKEMPTYFIELDVALUE
/AWS1/CL_CNKEMPTYFIELDVALUE
¶
emptyValue
iv_userarnvalue
TYPE /AWS1/CNKSTRING
/AWS1/CNKSTRING
¶
Can be either null, or have a String value type formatted as an ARN. Only one value can be provided.
Queryable Attributes¶
stringValue¶
Can be either null, or have a String value type. Only one value can be provided.
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 |
doubleValue¶
Can be either null, or have a Double value type. Only one value can be provided.
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 |
STR_DOUBLEVALUE() |
String format for DOUBLEVALUE, with configurable default |
HAS_DOUBLEVALUE() |
Determine if DOUBLEVALUE has a value |
booleanValue¶
Can be either null, or have a Boolean value type. Only one value can be provided.
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 |
emptyValue¶
emptyValue
Accessible with the following methods¶
Method | Description |
---|---|
GET_EMPTYVALUE() |
Getter for EMPTYVALUE |
userArnValue¶
Can be either null, or have a String value type formatted as an ARN. Only one value can be provided.
Accessible with the following methods¶
Method | Description |
---|---|
GET_USERARNVALUE() |
Getter for USERARNVALUE, with configurable default |
ASK_USERARNVALUE() |
Getter for USERARNVALUE w/ exceptions if field has no value |
HAS_USERARNVALUE() |
Determine if USERARNVALUE has a value |