%iKnow.Classification.Definition.TermEntity
serial class %iKnow.Classification.Definition.TermEntity extends %iKnow.Classification.Definition.Term
Property Inventory (Including Private)
Method Inventory (Including Private)
Parameters
parameter XMLNAME = Entity;
Inherited description: This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
Properties (Including Private)
property Entries as list of %String (MAXLEN = 200, XMLNAME = "Value", XMLPROJECTION = "ELEMENT");
Property methods: EntriesBuildValueArray(), EntriesCollectionToDisplay(), EntriesCollectionToOdbc(), EntriesDisplayToCollection(), EntriesDisplayToLogical(), EntriesGet(), EntriesGetObject(), EntriesGetObjectId(), EntriesGetSwizzled(), EntriesIsValid(), EntriesLogicalToDisplay(), EntriesLogicalToOdbc(), EntriesNormalize(), EntriesOdbcToCollection(), EntriesSet(), EntriesSetObject(), EntriesSetObjectId()
property type as %String (VALUELIST = ",entity", XMLPROJECTION = "NONE") [ InitialExpression = "entity" , ReadOnly ];
Inherited description: The type of term: entity or CRC
Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()
Methods (Including Private)
method EntryCount() as %Integer [ Language = objectscript ]
method GetValue() as %String [ Language = objectscript ]
Returns a string representation of this term
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %AddToSyncSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Equals()
- %Extends()
- %GetParameter()
- %GetSerial()
- %GetSwizzleObject()
- %IsA()
- %IsModified()
- %IsNull()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnBeforeAddToSync()
- %OnClose()
- %OnConstructClone()
- %OnDetermineClass()
- %OnJournalObject()
- %OnNew()
- %OnOpen()
- %OnValidateObject()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %SerializeObject()
- %SetModified()
- %SetSerial()
- %SyncObjectIn()
- %SyncTransport()
- %ValidateObject()
- GetDisplayName()
- LogicalToOdbc()
- OdbcToLogical()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()