home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1998 #7 & #8 / Datatid-1998-07&08.iso / internet / visual / prosrc.bin / CollectionAccess.java < prev    next >
Encoding:
Java Source  |  1998-03-18  |  464 b   |  16 lines

  1. /*
  2.  * @(#CollectionAccess.java
  3.  *
  4.  * Copyright (c) 1997 Symantec Corporation. All Rights Reserved.
  5.  *
  6.  */
  7.  
  8. package symantec.itools.db.beans.binding.databus;
  9. public interface CollectionAccess extends DataItem
  10. {
  11. public DataCursor getCursor();
  12.  
  13.  
  14.     // This method returns an object which implements the symantec.itools.db.beans.binding.databus.DataCursor interface and which can
  15.     // be used to enumerate all the items contained in the collection.
  16. }