Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [PMML] >  [Definition] >  [DataField]
Private  Storage   

class %DeepSee.PMML.Definition.DataField extends extendableNode

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7


Summary

Properties
Extension Values dataType displayName isCyclic
name optype taxonomy

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
%ValidatePMML XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• property Values as list of %DeepSee.PMML.Definition.Util.DataFieldRange(XMLNIL=1,XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE");
• property dataType as %DeepSee.PMML.Datatype.DataType(XMLPROJECTION="ATTRIBUTE") [ Required ];
• property displayName as %DeepSee.PMML.Datatype.String(MAXLEN=2000,XMLPROJECTION="ATTRIBUTE");
• property isCyclic as %DeepSee.PMML.Datatype.BooleanInt(XMLPROJECTION="ATTRIBUTE");
• property name as %DeepSee.PMML.Datatype.FieldName(XMLPROJECTION="ATTRIBUTE") [ Required ];
• property optype as %DeepSee.PMML.Datatype.OpType(XMLPROJECTION="ATTRIBUTE") [ Required ];
• property taxonomy as %DeepSee.PMML.Datatype.String(XMLPROJECTION="ATTRIBUTE");


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.