%iKnow.Classification.Definition.TermCRC
Class %iKnow.Classification.Definition.TermCRC Extends Term [ Deprecated, System = 3 ]
Parameters
XMLNAME
Parameter XMLNAME = "CRC";
Properties
type
Property type As %String(VALUELIST = ",crc", XMLPROJECTION = "NONE") [ InitialExpression = "crc", ReadOnly ];
value
Property value As %String(MAXLEN = 200, XMLPROJECTION = "NONE") [ Internal ];
Entries
Property Entries As list Of TermCRCEntry(XMLNAME = "Entry", 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