Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Ens.DataType.Class

datatype class Ens.DataType.Class extends %Library.String

ODBC Type: VARCHAR

Datatype for use on settings representing a classname in order to clearly indicate the type of a setting.

Method Inventory

Parameters

parameter EXTENDS;
The name of a class that this type should extend
parameter MAXLEN = $$$MAXCLASSNAMELENGTH;
The maximum number of characters a classname can contain.
parameter MUSTEXIST = 0;
A flag that indicates if non-existent classes can be specified

Methods

classmethod IsValid(%val As %String) as %Status
Use %IsClassnameValid^%occName to validate the class name

Inherited Members

Inherited Methods

FeedbackOpens in a new tab