com.esri.arcgis.version
Interface IEnumVersions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumVersionsProxy, VersionManager

public interface IEnumVersions
extends java.io.Serializable

COM Interface 'IEnumVersions'. Generated 3/19/2015 1:21:02 PM from 'c:\PROGRA~1\COMMON~1\ArcGIS\bin\ArcGISVersion.dll'

Description: 'IEnumVersions Interface' 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 IID18f07a02_956a_4d44_979b_b006ecc81d93
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void next(int[] pCode, java.lang.String[] pVer, java.lang.String[] path)
          Returns the next version in the sequence of installed versions.
 void reset()
          Resets the enumerator to the beggining of the sequence.
 

Field Detail

IID18f07a02_956a_4d44_979b_b006ecc81d93

static final int IID18f07a02_956a_4d44_979b_b006ecc81d93
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 enumerator to the beggining of the sequence.

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

next

void next(int[] pCode,
          java.lang.String[] pVer,
          java.lang.String[] path)
          throws java.io.IOException,
                 AutomationException
Returns the next version in the sequence of installed versions.

Parameters:
pCode - A com.esri.arcgis.version.esriProductCode constant (out: use single element array)
pVer - The pVer (out: use single element array)
path - The path (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.