home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-03-18 | 464 b | 16 lines |
- /*
- * @(#CollectionAccess.java
- *
- * Copyright (c) 1997 Symantec Corporation. All Rights Reserved.
- *
- */
-
- package symantec.itools.db.beans.binding.databus;
- public interface CollectionAccess extends DataItem
- {
- public DataCursor getCursor();
-
-
- // This method returns an object which implements the symantec.itools.db.beans.binding.databus.DataCursor interface and which can
- // be used to enumerate all the items contained in the collection.
- }