com.esri.arcgis.catalogUI
Interface esriAGSServiceWebAccessStatus

All Superinterfaces:
java.io.Serializable

public interface esriAGSServiceWebAccessStatus
extends java.io.Serializable

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

Description: 'Service Web Access 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 esriCSWADisabled
          The service is web access disabled.
static int esriCSWAEnabled
          The service is web access enabled.
 

Field Detail

esriCSWAEnabled

static final int esriCSWAEnabled
The service is web access enabled.

See Also:
Constant Field Values

esriCSWADisabled

static final int esriCSWADisabled
The service is web access disabled.

See Also:
Constant Field Values