com.esri.arcgis.geodatabase
Interface IEnumProperty

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

public interface IEnumProperty
extends java.io.Serializable

COM Interface 'IEnumProperty'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that enumerate Property.' 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 IID40a9e881_5533_11d0_98be_00805f7ced21
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void esri_clone(IEnumProperty[] property)
          Creates a clone of the current enumeration.
 void next(int numRequested, IProperty[] props, int[] numFetched)
          Retrieves the next Property in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 void skip(int numToSkip)
          Skips the next Property in the enumeration.
 

Field Detail

IID40a9e881_5533_11d0_98be_00805f7ced21

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

next

void next(int numRequested,
          IProperty[] props,
          int[] numFetched)
          throws java.io.IOException,
                 AutomationException
Retrieves the next Property in the enumeration sequence.

Parameters:
numRequested - The numRequested (in)
props - A reference to a com.esri.arcgis.geodatabase.IProperty (out: use single element array)
numFetched - The numFetched (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

skip

void skip(int numToSkip)
          throws java.io.IOException,
                 AutomationException
Skips the next Property in the enumeration.

Parameters:
numToSkip - The numToSkip (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

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

esri_clone

void esri_clone(IEnumProperty[] property)
                throws java.io.IOException,
                       AutomationException
Creates a clone of the current enumeration.

Parameters:
property - A reference to a com.esri.arcgis.geodatabase.IEnumProperty (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.