Skip to main content

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