com.esri.arcgis.geodatabase
Interface IEnumGPName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnumGPName, IEnumGPNameProxy

public interface IEnumGPName
extends java.io.Serializable

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

Description: 'Provides access to a GPName 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 IID4daa55f1_b959_4c53_990b_a871b19ba3d6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPName next()
          Provides the next name object in the enumeration.
 void reset()
          Resets the enumerator such that a subsequent next returns the first name object.
 

Field Detail

IID4daa55f1_b959_4c53_990b_a871b19ba3d6

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

IGPName next()
             throws java.io.IOException,
                    AutomationException
Provides the next name object in the enumeration.

Returns:
A reference to a com.esri.arcgis.geodatabase.IGPName
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 name object.

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