public interface IEnumAGSServerConnectionName
extends java.io.Serializable
Description: 'Provides access to members that enumerate over a collection of server connection name objects.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID4f11971a_f293_47a4_acf2_fef737fb71f4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IAGSServerConnectionName |
next()
Returns the next element in the enumerator.
|
void |
reset()
Resets the enumerator.
|
static final int IID4f11971a_f293_47a4_acf2_fef737fb71f4
static final int xxDummy
static final java.lang.String IID
void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IAGSServerConnectionName next() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.