ClearImageJNI
Class ICiBarcodes

java.lang.Object
  extended by ezjcom.JComObject
      extended by ClearImageJNI.ICiBarcodes

public class ICiBarcodes
extends JComObject

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 ezjcom.JComObject
__JComWarnMTA
 
Method Summary
static ICiBarcodes _ezjcomCoerceObject(JComObject obj)
          Use this method only for creating a COM interface of type ICiBarcodes from another existing COM interface, when you know that it is possible.
 void Add(ICiBarcode pVal)
          method Add.
 void ezjcomEnumerator(JComIterator receiver)
           
 int getCount()
           
 ICiBarcode getItem(int n)
          Barcode Item (1-based).
 ICiBarcode Remove(int n)
          method Remove.
 
Methods inherited from class ezjcom.JComObject
__release, _JComAddEventListener, _JComRemoveEventListener, equals, ezJComCloseActiveX, ezJComInitActiveX, finalize, hashCode, JComCallMethod, JComCoerceObjectToAnotherType, JComCreateLicensedObject, JComCreateLicensedObject, JComCreateObjectFromString, JComGetProperty, JComModeMTA, JComRestoreObjectState, JComSaveObjectState, JComSetProperty, JComShutdown, JComStopWindowsMessageLoop
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Add

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

Throws:
JComException

Remove

public ICiBarcode Remove(int n)
                  throws JComException
method Remove.

Throws:
JComException

getCount

public int getCount()
             throws JComException
Throws:
JComException

getItem

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

Throws:
JComException

ezjcomEnumerator

public void ezjcomEnumerator(JComIterator receiver)
                      throws JComException
Throws:
JComException

_ezjcomCoerceObject

public static ICiBarcodes _ezjcomCoerceObject(JComObject obj)
                                       throws JComException
Use this method only for creating a COM interface of type ICiBarcodes from another existing COM interface, when you know that it is possible.

Throws:
JComException