com.esri.arcgis.editor
Interface IEnumRow2

All Superinterfaces:
IEnumRow, java.io.Serializable
All Known Implementing Classes:
IEnumRow2Proxy

public interface IEnumRow2
extends IEnumRow, java.io.Serializable

COM Interface 'IEnumRow2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to source of a selected row.' 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 IIDf3e26f0c_45b8_4c5b_ac83_b32226a894b6
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.editor.IEnumRow
IID014ee840_a498_11d1_846b_0000f875b9c6
 
Method Summary
 IFeatureLayer get_FeatureLayer()
          Retrieves the next feature's featurelayer in the sequence.
 IStandaloneTable get_StandaloneTable()
          Retrieves the next row's standalonetable in the sequence.
 
Methods inherited from interface com.esri.arcgis.editor.IEnumRow
getCount, next, reset
 

Field Detail

IIDf3e26f0c_45b8_4c5b_ac83_b32226a894b6

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

get_FeatureLayer

IFeatureLayer get_FeatureLayer()
                               throws java.io.IOException,
                                      AutomationException
Retrieves the next feature's featurelayer in the sequence.

Returns:
A reference to a com.esri.arcgis.carto.IFeatureLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

get_StandaloneTable

IStandaloneTable get_StandaloneTable()
                                     throws java.io.IOException,
                                            AutomationException
Retrieves the next row's standalonetable in the sequence.

Returns:
A reference to a com.esri.arcgis.carto.IStandaloneTable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.