addUserCollectionSubclass

addUserCollectionSubclass(superclass : CollClass input;
                          className  : String;
                          mapFileName: String): JadeUserCollClass updating;

The addUserCollectionSubclass method of the Schema class creates and returns a user collection class in the receiving schema with a name specified by the className parameter. The naming rules for user collection classes are the same as for classes added in the Class Browser. The new class is a subclass of the class specified by the superclass parameter, which must be Array, ExtKeyDictionary, MemberKeyDictionary, Set, or a subclass of these collection classes.

The mapFileName parameter must be the name of an existing map file in the receiving schema.

For more details about user classes, see "Adding User Classes at Run Time", in Chapter 21 of the JADE Developer's Reference.