Skip to main content

%UIMA.Model.table

This capability is being deprecated and will be removed in a future release of InterSystems IRIS. Please reach out to your account team if you need an alternative solution.

Property Inventory

Properties

property features as features;
Describes the additional features that should be stored besides the default ones.
Property methods: featuresGet(), featuresGetSwizzled(), featuresIsValid(), featuresNewObject(), featuresSet()
property indices as list of index (XMLNAME = "indices", XMLPROJECTION = "wrapped");
Describes the additional indices that should be created besides the default ones.
Property methods: indicesBuildValueArray(), indicesCollectionToDisplay(), indicesCollectionToOdbc(), indicesDisplayToCollection(), indicesGet(), indicesGetObject(), indicesGetObjectId(), indicesGetSwizzled(), indicesIsValid(), indicesOdbcToCollection(), indicesSet(), indicesSetObject(), indicesSetObjectId()
property name as %String (MAXLEN = 100, XMLPROJECTION = "attribute") [ InitialExpression = "Annotation" ];
Name of the table to be generated. The default name is "Annotation"
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property topLevel as %Boolean (XMLPROJECTION = "attribute");
Whether or not this table will only contain uima.tcas.TOP annotations, with no begin and end columns.
Property methods: topLevelDisplayToLogical(), topLevelGet(), topLevelIsValid(), topLevelLogicalToDisplay(), topLevelLogicalToXSD(), topLevelNormalize(), topLevelSet(), topLevelXSDToLogical()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab