This method of the MetaObject Interface enumerates the classes that are used to describe the specified category.
public Enumeration objectClasses(Category category);
Returns an Enumeration of Class objects in the specified Category that are supported by the MetaObject.
category | The Category to enumerate Class objects from. |