com.esri.arcgis.trackinganalyst
Interface IDatasetColumnEnumerator

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataSetDefinition, IDatasetColumnEnumeratorProxy

public interface IDatasetColumnEnumerator
extends java.io.Serializable

COM Interface 'IDatasetColumnEnumerator'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to methods to help manage data column-related enumerators.' 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 IID2ce5dab3_5baa_11d6_b841_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDatasetColumn next()
          Goes to the next enumerator related to the dataset column.
 void reset()
          Resets the value for enumerator related to the dataset column.
 

Field Detail

IID2ce5dab3_5baa_11d6_b841_00010265adc5

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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the value for enumerator related to the dataset column.

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

next

IDatasetColumn next()
                    throws java.io.IOException,
                           AutomationException
Goes to the next enumerator related to the dataset column.

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