home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / a83genmsg.tcl < prev    next >
Text File  |  1997-10-20  |  1KB  |  27 lines

  1. # Class '%1' is persistent.
  2. global E_PERSISTCLASS;         set E_PERSISTCLASS "390001"
  3.  
  4. # Class '%1' has Visibility 'Private Extensions' but has no parent. It will be treated as private.
  5. global E_PRIVEXTNOPARENT;    set E_PRIVEXTNOPARENT "390002"
  6.  
  7. # Class '%1' has a bidirectional association to class '%2' - association will be ignored.
  8. global E_BIDIRASSOC;        set E_BIDIRASSOC "390003"
  9.  
  10. # Class '%1' : external class source file '%2' not found.
  11. global E_NOEXTCLASSSOURCE;    set E_NOEXTCLASSSOURCE "390004"
  12.  
  13. # Class '%1' with 'Public' visibility has attribute '%2' with '%3' access.
  14. global E_PUBCLASSPRIVATTR;    set E_PUBCLASSPRIVATTR "390005"
  15.  
  16. # Class '%1' with 'Public' visiblilty has link or association attribute with '%2' with '%3' access.
  17. global E_PUBCLASSPRIVASSOC;    set E_PUBCLASSPRIVASSOC "390006"
  18.  
  19. # Operation '%1' of class '%2' must have a return type.
  20. global E_OPERNORETTYPE;        set E_OPERNORETTYPE "390007"
  21.  
  22. # Mode of parameter '%1' in operation '%2' of class '%3' must be in.
  23. global E_OPERPARAMNOTIN;        set E_OPERPARAMNOTIN "390008"
  24.  
  25. # Default value for parameter '%s' not generated since this parameter is followed by parameters without default values.
  26. global W_NOPARAMDEFAULTS;        set W_NOPARAMDEFAULTS "390009"
  27.