Interface for qBeta module object

Origin: LIB

Associations: obj
   %id Associations
   %module Containers,Containers.List
   %include Containers
   %Public
   Association:
      %id Association
      %Public
      ElmType:< Object
      elms: ref Containers.List.List
      size: var integer
      add:
         in E: ref ElmType
      scan:
         %id scan
         %Public
         current: ref ElmType
      apply:
         E: ref ElmType
   test:
      %id test
      Hest:
         in S: ref StringLib.String
         in V: var integer
         out R: ref Hest
      XXX: obj Association
         ElmType:: Hest
      X: var integer