public interface IEnumGPValue
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID06414895_d64d_46b0_856c_f7b7ece73d36 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID06414895_d64d_46b0_856c_f7b7ece73d36
static final int xxDummy
static final java.lang.String IID
IGPValue next() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.