com.cafesoft.cams.access
Interface PermissionIterator

All Known Implementing Classes:
StandardPermissionIterator

public interface PermissionIterator

PermissionIterator defines an interface for iterating over Permissions.


Method Summary
 boolean hasNextPermission()
          Check for existence of a next Permission.
 Permission nextPermission()
          Get the next Permission.
 

Method Detail

hasNextPermission

public boolean hasNextPermission()
Check for existence of a next Permission.

Returns:
true if a next Permission exists, else return false.

nextPermission

public Permission nextPermission()
Get the next Permission.

Returns:
the next Permission.


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.