Microsoft SDK for Java

Category Class

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();
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.