com.esri.arcgis.geodatabase
Interface IResultPortionInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IResultPortionInfoProxy, ResultPortionInfo

public interface IResultPortionInfo
extends java.io.Serializable

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

Description: 'Provides access to members that describe a result portion.' 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 IIDdb5e4e17_e15f_4eb1_a600_75e66376159c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          The number of elements to return or being returned.
 java.lang.String getResultID()
          The unique ID of a result.
 int getStartIndex()
          The zero-based index of the first element to return or being returned.
 void setCount(int count)
          The number of elements to return or being returned.
 void setResultID(java.lang.String queryID)
          The unique ID of a result.
 void setStartIndex(int startIndex)
          The zero-based index of the first element to return or being returned.
 

Field Detail

IIDdb5e4e17_e15f_4eb1_a600_75e66376159c

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

getResultID

java.lang.String getResultID()
                             throws java.io.IOException,
                                    AutomationException
The unique ID of a result.

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

setResultID

void setResultID(java.lang.String queryID)
                 throws java.io.IOException,
                        AutomationException
The unique ID of a result.

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

getStartIndex

int getStartIndex()
                  throws java.io.IOException,
                         AutomationException
The zero-based index of the first element to return or being returned.

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

setStartIndex

void setStartIndex(int startIndex)
                   throws java.io.IOException,
                          AutomationException
The zero-based index of the first element to return or being returned.

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The number of elements to return or being returned.

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

setCount

void setCount(int count)
              throws java.io.IOException,
                     AutomationException
The number of elements to return or being returned.

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