com.esri.arcgis.datasourcesfile
Interface IArcInfoItems

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IArcInfoItemsEdit
All Known Implementing Classes:
ArcInfoItems, IArcInfoItemsEditProxy, IArcInfoItemsProxy

public interface IArcInfoItems
extends java.io.Serializable

COM Interface 'IArcInfoItems'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Provides access to members that retrieve ArcInfo Items Collection information.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb5e470d4_ceab_11d2_b0dc_0000f8780820
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void findItem(java.lang.String name, int[] index)
          Finds the index of the specified Item in the Items Collection.
 IArcInfoItem getItem(int index)
          Item at the specified index in the Items Collection.
 int getItemCount()
          Number of Items in the Items Collection.
 

Field Detail

IIDb5e470d4_ceab_11d2_b0dc_0000f8780820

static final int IIDb5e470d4_ceab_11d2_b0dc_0000f8780820
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getItemCount

int getItemCount()
                 throws java.io.IOException,
                        AutomationException
Number of Items in the Items Collection.

Returns:
The numItems
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItem

IArcInfoItem getItem(int index)
                     throws java.io.IOException,
                            AutomationException
Item at the specified index in the Items Collection.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findItem

void findItem(java.lang.String name,
              int[] index)
              throws java.io.IOException,
                     AutomationException
Finds the index of the specified Item in the Items Collection.

Parameters:
name - The name (in)
index - The index (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.