com.esri.arcgis.datasourcesfile
Interface IArcInfoItemsEdit

All Superinterfaces:
IArcInfoItems, java.io.Serializable
All Known Implementing Classes:
ArcInfoItems, IArcInfoItemsEditProxy

public interface IArcInfoItemsEdit
extends IArcInfoItems, java.io.Serializable

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

Description: 'Provides access to members that create the ArcInfo Items Collection.' 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 IIDb5e470d5_ceab_11d2_b0dc_0000f8780820
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesfile.IArcInfoItems
IIDb5e470d4_ceab_11d2_b0dc_0000f8780820
 
Method Summary
 void addItem(IArcInfoItem item)
          Adds an Item to the Items Collection.
 void deleteAllItems()
          Deletes all the Items from the Items Collection.
 void deleteItem(IArcInfoItem item)
          Deletes an Item from the Items Collection.
 void setItem(int index, IArcInfoItem rhs2)
          Item at the specified position.
 void setItemCount(int rhs1)
          Number of Items in this Item Collection.
 
Methods inherited from interface com.esri.arcgis.datasourcesfile.IArcInfoItems
findItem, getItem, getItemCount
 

Field Detail

IIDb5e470d5_ceab_11d2_b0dc_0000f8780820

static final int IIDb5e470d5_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

setItemCount

void setItemCount(int rhs1)
                  throws java.io.IOException,
                         AutomationException
Number of Items in this Item Collection.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setItem

void setItem(int index,
             IArcInfoItem rhs2)
             throws java.io.IOException,
                    AutomationException
Item at the specified position.

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

addItem

void addItem(IArcInfoItem item)
             throws java.io.IOException,
                    AutomationException
Adds an Item to the Items Collection.

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

deleteItem

void deleteItem(IArcInfoItem item)
                throws java.io.IOException,
                       AutomationException
Deletes an Item from the Items Collection.

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

deleteAllItems

void deleteAllItems()
                    throws java.io.IOException,
                           AutomationException
Deletes all the Items from the Items Collection.

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