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
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.
Inherited description: If JSONLISTPARAMETER is specified, XSDToLogical is generated which imports using the list specified by JSONLISTPARAMETER.
Inherited description: If JSONLISTPARAMETER is specified, XSDToLogical is generated which exports using the list specified by JSONLISTPARAMETER.