The Category Class of the com.ms.object package provides an abstract type identity. Category objects are used to describe the types of objects that are supported by a MetaObject.
public class Category { // Constructors public Category(String name); // Methods public boolean equals(Category other); public boolean equals(Object other); public String getName(); public int hashCode(); public String toString(); }