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

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

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

nextPermission

Permission nextPermission()
Get the next Permission.

Returns:
the next Permission.


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.