Microsoft SDK for Java

ProvideSetComparisonInfo Interface

The ProvideSetComparisonInfo Interface of the com.ms.util package provides set rules for comparisons.

public interface ProvideSetComparisonInfo
{
  // Fields
  static final int EXCLUDE;
  static final int INCLUDE;

  // Methods
  Object combineSetRules(Object o1, Object o2);
  int compareSetRules(Object o1, Object o2);
  Object getSetRule(int rule);
  String getStringForSetRule(Object o);
  Object intersectSetRules(Object o1, Object o2);
  boolean isEmptySetRule(Object o);
}

A set rule is an opaque value that defines a group of members from one or more sets. The rules can be manipulated using the operators on this interface. Rules are manipulated as Objects. Clients of this interface should not attempt to interpret the value of any objects returned from the methods.

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