com.esri.arcgis.geoprocessing
Interface IGpDescribeIndex

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

public interface IGpDescribeIndex
extends java.io.Serializable

COM Interface 'IGpDescribeIndex'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties of a Geoprocessing Index Description object.' 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 DISPID_1_GET_NAME
           
static java.lang.String DISPID_2_GET_NAME
           
static java.lang.String DISPID_3_GET_NAME
           
static java.lang.String DISPID_4_GET_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb6da9ad5_c907_403a_a1b6_7cf2ccba0d54
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGpEnumObject getFields()
          Enumeration of fields in the index description.
 java.lang.String getIsAscending()
          Indicates whether the index description is sorted in ascending order.
 java.lang.String getIsUnique()
          Indicates whether the index description is unique.
 java.lang.String getName()
          Name of the index description.
 

Field Detail

IIDb6da9ad5_c907_403a_a1b6_7cf2ccba0d54

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

DISPID_1_GET_NAME

static final java.lang.String DISPID_1_GET_NAME
See Also:
Constant Field Values

DISPID_2_GET_NAME

static final java.lang.String DISPID_2_GET_NAME
See Also:
Constant Field Values

DISPID_3_GET_NAME

static final java.lang.String DISPID_3_GET_NAME
See Also:
Constant Field Values

DISPID_4_GET_NAME

static final java.lang.String DISPID_4_GET_NAME
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the index description.

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

getIsAscending

java.lang.String getIsAscending()
                                throws java.io.IOException,
                                       AutomationException
Indicates whether the index description is sorted in ascending order.

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

getIsUnique

java.lang.String getIsUnique()
                             throws java.io.IOException,
                                    AutomationException
Indicates whether the index description is unique.

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

getFields

IGpEnumObject getFields()
                        throws java.io.IOException,
                               AutomationException
Enumeration of fields in the index description.

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