This method of the ObjectBag Class enumerates the classes in the ObjectBag that are in the specified category.
public Enumeration objectClasses(Category category);
Returns an Enumeration of the classes in the ObjectBag that are in the specified category.
category | The category that identifies which classes to enumerate. |