Table of Contents
Conversion/marshalling info for a model type
mdl_fromString ( aString )
Return an instance of type created based on aString
aString
mdl_normalize ( value )
value
If a type does not supply this method, features using the type will accept any value.
mdl_toString ( instance )
Return a str() of 'instance'; defaults to str if not present
str