com.esri.arcgis.system
Interface IEnumRESTOperation

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

public interface IEnumRESTOperation
extends java.io.Serializable

COM Interface 'IEnumRESTOperation'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'REST operation enumerator.' 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 IIDdaf01fbe_a62e_4924_86b3_e257006a92ed
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRESTOperation next()
          Gets next item.
 void reset()
          Resets the enumerator
 

Field Detail

IIDdaf01fbe_a62e_4924_86b3_e257006a92ed

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

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

next

IRESTOperation next()
                    throws java.io.IOException,
                           AutomationException
Gets next item.

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