Skip to main content

%iKnow.Classification.Definition.TermEntity

Class %iKnow.Classification.Definition.TermEntity Extends Term [ Deprecated, System = 3 ]

Parameters

XMLNAME

Parameter XMLNAME = "Entity";

Properties

type

Property type As %String(VALUELIST = ",entity", XMLPROJECTION = "NONE") [ InitialExpression = "entity", ReadOnly ];

value

Property value As %String(MAXLEN = 200, XMLPROJECTION = "NONE") [ Internal ];

Entries

Property Entries As list Of %String(MAXLEN = 200, XMLNAME = "Value", XMLPROJECTION = "ELEMENT");

Methods

GetValue

Method GetValue() As %String

Returns a string representation of this term

%EqualsInternal

Method %EqualsInternal(pTerm As Term) As %Boolean [ Internal, Private ]

OnGetDisplayName

Method OnGetDisplayName(pMode As %Integer = 0) As %String [ Internal, Private ]

ContainsEntry

Method ContainsEntry(pValue As %String) As %Integer

RemoveEntry

Method RemoveEntry(pValue As %String, Output pIsEmpty As %Boolean) As %Status

EntryCount

Method EntryCount() As %Integer