com.esri.arcgis.geodatabase
Interface esriXMLIndexType

All Superinterfaces:
java.io.Serializable

public interface esriXMLIndexType
extends java.io.Serializable

Constants from esriXMLIndexType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'XML Field Index Types.' 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 int esriXMLIndexTypeAuto
          Auto Index Tags.
static int esriXMLIndexTypeAutoString
          Auto Index Tags.
static int esriXMLIndexTypeDefined
          Defined Index Tags.
static int esriXMLIndexTypeTemplate
          Index referenced to a template defining the tags.
 

Field Detail

esriXMLIndexTypeAuto

static final int esriXMLIndexTypeAuto
Auto Index Tags.

See Also:
Constant Field Values

esriXMLIndexTypeAutoString

static final int esriXMLIndexTypeAutoString
Auto Index Tags.

See Also:
Constant Field Values

esriXMLIndexTypeDefined

static final int esriXMLIndexTypeDefined
Defined Index Tags.

See Also:
Constant Field Values

esriXMLIndexTypeTemplate

static final int esriXMLIndexTypeTemplate
Index referenced to a template defining the tags.

See Also:
Constant Field Values