Skip to main content

HS.HC.ChangeControl.EnvVar.DataType.AnyEnvVarType

datatype class HS.HC.ChangeControl.EnvVar.DataType.AnyEnvVarType extends HS.HC.DataType.AnyString

ODBC Type: VARCHAR

Represents any valid env var type i.e. anything in the VALUELIST of HS.HC.DataType.SysEnvVarType.

Method Inventory

Parameters

parameter JSONTYPE = runtime;
Inherited description: JSONTYPE is JSON type used for this datatype.

Methods

classmethod GetJSONTYPE(pValue As %String) as %String
classmethod IsValid(pValue As %String) as %Status
Inherited description: 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.
classmethod JSONToLogical(pValue As %String) as %String
Inherited description: If JSONLISTPARAMETER is specified, XSDToLogical is generated which imports using the list specified by JSONLISTPARAMETER.
classmethod LogicalToJSON(pValue As %String) as %String
Inherited description: If JSONLISTPARAMETER is specified, XSDToLogical is generated which exports using the list specified by JSONLISTPARAMETER.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab