Microsoft SDK for Java

ComparisonResulttoString

This method of the PermissionUtils Class converts com.ms.util.SetComparison results to a string format.

Syntax

public static String ComparisonResulttoString(int cmp);

Return Value

Returns one of the following result strings:

"empty" (EMPTY)

"equal" (EQUAL)

"disjoint" (DISJOINT)

"overlap" (OVERLAP)

"inclusive subset" (SUBSET)

"inclusive superset" (SUPERSET)

"empty subset" (EMPTY_SUBSET)

"empty superset" (EMPTY_SUPERSET)

Parameters

cmp A comparison result from the SetComparison.compareSet method.

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