%Installer.Boolean
hidden datatype class %Installer.Boolean extends %Installer.Integer
ODBC Type: BIT
For InterSystems use only. Traps for values assigned using ${...} and #{...} in order to allow use in Manifest XDATA.Method Inventory
Parameters
parameter JSONTYPE = boolean;
parameter XSDTYPE = boolean;
Methods
classmethod IsValid(%val As %RawString = "") as %Status
Inherited description: Return $$$OK if the value is valid for the datatype, or an error code otherwise.
classmethod Normalize(%val As %RawString) as %Integer