Skip to main content

%Installer.Boolean

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 DisplayToLogical(%val As %String) as %Boolean
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 LogicalToDisplay(%val As %Boolean) as %String
classmethod LogicalToXSD(%val As %Boolean) as %String
classmethod Normalize(%val As %RawString) as %Integer
classmethod XSDToLogical(%val As %String) as %Boolean
FeedbackOpens in a new tab