ClearImageJNI
Class ICiBarcodes

java.lang.Object
  extended by ClearImageJNI.CiSuperObject
      extended by ClearImageJNI.ICiBarcodes

public class ICiBarcodes
extends CiSuperObject

ICiBarcodes Interface.

This class corresponds to a COM interface. Objects of this class are not created directly, but are obtained by calling methods of other COM objects.


Field Summary
 
Fields inherited from class ClearImageJNI.CiSuperObject
lockObject
 
Constructor Summary
ICiBarcodes(long oIn)
           
 
Method Summary
 void Add(ICiBarcode pVal)
          method Add.
 int getCount()
           
 ICiBarcode getItem(int n)
          Barcode Item (1-based).
 ICiBarcode Remove(int n)
          method Remove (1 -based)
 
Methods inherited from class ClearImageJNI.CiSuperObject
CleanUp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICiBarcodes

public ICiBarcodes(long oIn)
Method Detail

Add

public void Add(ICiBarcode pVal)
         throws CiException
method Add.

Throws:
CiException

Remove

public ICiBarcode Remove(int n)
                  throws CiException
method Remove (1 -based)

Throws:
CiException

getCount

public int getCount()
             throws CiException
Throws:
CiException

getItem

public ICiBarcode getItem(int n)
                   throws CiException
Barcode Item (1-based).

Throws:
CiException