com.esri.arcgis.geodatabase
Interface IEnumGPValue

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumGPValueProxy

public interface IEnumGPValue
extends java.io.Serializable

COM Interface 'IEnumGPValue'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members of a GPValue Enumeration.' 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 IID06414895_d64d_46b0_856c_f7b7ece73d36
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPValue next()
          Provides the next value object in the enumeration.
 void reset()
          Resets the enumerator such that a subsequent next returns the first value object.
 

Field Detail

IID06414895_d64d_46b0_856c_f7b7ece73d36

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

next

IGPValue next()
              throws java.io.IOException,
                     AutomationException
Provides the next value object in the enumeration.

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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumerator such that a subsequent next returns the first value object.

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