typeToString

fun typeToString(cotTypeId: Int): String?(source)

Map a CotType enum int back to its canonical CoT type string.

Return

the canonical string (e.g. "a-f-G-U-C"), or null for COTTYPE_OTHER / any value not in the mapping.

Parameters

cotTypeId

one of the COTTYPE_* values.