com.esri.arcgis.system
Interface IEnumRESTResource

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

public interface IEnumRESTResource
extends java.io.Serializable

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

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

Field Detail

IID7502c3ec_249d_4616_babb_da81f7b5c71e

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

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

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