addUserSubclass

addUserSubclass(superclass : Class input;
                className  : String;
                mapFileName: String): JadeUserClass updating;

The addUserSubclass method of the Schema class creates and returns a user class in the receiving schema with a name specified by the className parameter. The naming rules for user 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 a class defined in the receiving schema or a superschema.

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.