putEntryBoolean

fun putEntryBoolean(nameSpaceName: String, dataElementName: String, value: Boolean): NameSpacedData.Builder

Encode the given value as a boolean and adds it to the builder.

Return

the builder.

Parameters

nameSpaceName

the name space name.

dataElementName

the data element name.

value

The value, as a boolean..