Skip to main content

%Installer.Integer

ODBC Type: INTEGER

For InterSystems use only. Traps for values assigned using ${...} and #{...} in order to allow their use in the Manifest's XDATA.

Method Inventory

Parameters

parameter DISPLAYLIST;
parameter FORMAT;
parameter JSONTYPE = number;
parameter MAXVAL;
parameter MINVAL;
parameter STRICT = 0;
parameter VALUELIST;
parameter XMLTotalDigits;
parameter XSDTYPE = long;

Methods

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