java.lang.String rawName
java.lang.String nameStem
java.lang.String ext
java.lang.String mnm
"(?i)^([a-z][a-z_0-9]*)_.+$"
on the file name stem. If the regular expression doesn't match then this field is null.
The use case of this file name part is to shape a kind of name space for global objects in plain C code. Normally, a three character menemonic ("mnm") of the file or module name is used and this will then prepend the names of all global objects in the generated C code.
int objId
Identifier parent
SortOrder.Order sortOrder