Class CollectionInfoODMG30

All Implemented Interfaces:
NatureExtendable, PropertyHolder, XMLInfo

public final class CollectionInfoODMG30 extends CollectionInfo
A helper used for generating source that deals with Collections.
Version:
$Revision: 7700 $ $Date: 2006-02-23 01:08:24 -0700 (Thu, 23 Feb 2006) $
Author:
Frank Thelen, Bernd Deichmann
  • Constructor Details

    • CollectionInfoODMG30

      public CollectionInfoODMG30(XSType contentType, String name, String elementName, boolean useJava50, FieldMemberAndAccessorFactory memberAndAccessorFactory, FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
      Creates a new CollectionInfoODMG30.
      Parameters:
      contentType - the content type of the collection, ie. the type of objects that the collection will contain
      name - the name of the Collection
      elementName - the element name for each element in collection
      useJava50 - true if code is supposed to be generated for Java 5
      memberAndAccessorFactory - the FieldMemberAndAccessorFactory to be used
      contentMemberAndAccessorFactory - the factory for the content