serial class %DeepSee.extensions.iKnow.conf.Model
extends %SerialObject, %XML.Adaptor
property AllColumns
[ MultiDimensional ];
property EntityRestriction
as %String;
property FactClass
as %String;
property FactName
as %String;
property FactTable
as %String;
property FactType
as %EnumString(VALUELIST=",entity,crc",XMLPROJECTION="ATTRIBUTE") [ InitialExpression = "entity" ];
property InputColumns
as %String;
property MDField
as %String(XMLPROJECTION="ATTRIBUTE");
property NullReplacement
as %Double [ InitialExpression = -4 ];
property SourceRestriction
as %String;
property TransformationType
as %Integer [ InitialExpression = 2 ];
property Values
as %String(MAXLEN=1024);
method FactNameGet()
as %String
This is a Get accessor method for the FactName property.
method FactTableGet()
as %String
This is a Get accessor method for the FactTable property.