com.esri.arcgis.gisclient
Interface acIndexStatus

All Superinterfaces:
java.io.Serializable

public interface acIndexStatus
extends java.io.Serializable

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

Description: 'ArcIMS Metadata Document Index Status.' 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 acIndexed
          Indexed.
static int acIndexError
          Index error.
static int acNotIndexed
          Not indexed.
 

Field Detail

acNotIndexed

static final int acNotIndexed
Not indexed.

See Also:
Constant Field Values

acIndexed

static final int acIndexed
Indexed.

See Also:
Constant Field Values

acIndexError

static final int acIndexError
Index error.

See Also:
Constant Field Values