Microsoft SDK for Java

nextElement

This method of the PermissionDataSetEnumerator Class retrieves the next PermissionID from the enumeration. This method implements the java.util.Enumeration.nextElement method.

Syntax

public Object nextElement();

Return Value

Returns the next PermissionID object from the enumeration.

Exceptions

java.util.NoSuchElementException if no more PermissionID objects exist in the enumeration.

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