com.esri.arcgis.geodatabase
Interface esriXMLIndexType

All Superinterfaces:
Serializable

public interface esriXMLIndexType
extends Serializable

XML Field Index Types.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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