Skip to main content

%iKnow.TextTransformation.Model.Operation

deprecated class %iKnow.TextTransformation.Model.Operation extends %iKnow.TextTransformation.Model.node

This class represents an atomic operation in the sequence of operations making up a TT model.

Property Inventory

Method Inventory

Properties

property description as %String (XMLPROJECTION = "ATTRIBUTE");
Property methods: descriptionDisplayToLogical(), descriptionGet(), descriptionIsValid(), descriptionLogicalToDisplay(), descriptionLogicalToOdbc(), descriptionNormalize(), descriptionSet()
property displayName as %String (XMLPROJECTION = "NONE") [ Calculated ];
Display name of the operation.
Property methods: displayNameDisplayToLogical(), displayNameIsValid(), displayNameLogicalToDisplay(), displayNameLogicalToOdbc(), displayNameNormalize()
property name as %String (XMLPROJECTION = "ATTRIBUTE") [ Required ];
Name of this operation. This should correspond to the class name of a subclass of %iKnow.TextTransformation.Annotate or %iKnow.TextTransformation.Transform. If the class belongs to the %iKnow.TextTransformation package, the package name can be left out.
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property type as %String (VALUELIST = ",annotate,transform", XMLPROJECTION = "ATTRIBUTE");
Operation type
Property methods: typeDisplayToLogical(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()

Methods

method GetClassname() as %String
Returns the full classname for the operation class referred to in name.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab