stringTypeName is used to make it simpler to create some functionality when scripting. The basic use case is calling functions like simulate when you do not know the name of the class a priori: simulate(stringTypeName(readFile("someFile")))
.
function stringTypeName input String str; output TypeName cl; end stringTypeName;