Skip to main content

%ZHSLIB.PackageManager.Core.ModuleName

datatype class %ZHSLIB.PackageManager.Core.ModuleName extends %Library.String

ODBC Type: VARCHAR

Method Inventory

Parameters

parameter MAXLEN = 255;
Inherited description: The maximum number of characters the string can contain.

Methods

classmethod IsValid(%val As %Library.RawString) as %Status
Tests if the logical value %val, which is a string, is valid. The validation is based on the class parameter settings used for the class attribute this data type is associated with. In this case, MINLEN, MAXLEN, VALUELIST, and PATTERN.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab