hidden deprecatedserial class %iKnow.TextTransformation.conf.Operation
extends %SerialObject, %XML.Adaptor
property displayName
as %String(XMLPROJECTION="NONE") [ Calculated ];
property id
as %String(XMLPROJECTION="ATTRIBUTE");
property name
as %String(XMLPROJECTION="ATTRIBUTE");
property perform
as %String(XMLPROJECTION="ATTRIBUTE");
property type
as %String(VALUELIST=",annotate,transform",XMLPROJECTION="ATTRIBUTE");
method GetName()
as %String
method displayNameGet()
as %String
This is a Get accessor method for the displayName property.
method typeGet()
as %String
This is a Get accessor method for the type property.