property with the character '-' result in error.
Status: Beta
Brought to you by:
akira_ag
if a property has a character '-' in it the resulting generated java class is invalid since a java class cannot have the character '-' in its name.
so a property of
system-id [6] CHOICE {sid [0] TBCD-STRING(SIZE (1..4)),
will generated invalid class name of System-id