com.esri.arcgis.geodatabasedistributed
Interface esriGDSTransportType

All Superinterfaces:
java.io.Serializable

public interface esriGDSTransportType
extends java.io.Serializable

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

Description: 'GeoDataServer data transfer formats.' 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 esriGDSTransportTypeEmbedded
          Data is embedded in messages.
static int esriGDSTransportTypeUpload
          Data was uploaded to the server.
static int esriGDSTransportTypeUrl
          Data is accesible using a Url.
 

Field Detail

esriGDSTransportTypeEmbedded

static final int esriGDSTransportTypeEmbedded
Data is embedded in messages.

See Also:
Constant Field Values

esriGDSTransportTypeUrl

static final int esriGDSTransportTypeUrl
Data is accesible using a Url.

See Also:
Constant Field Values

esriGDSTransportTypeUpload

static final int esriGDSTransportTypeUpload
Data was uploaded to the server.

See Also:
Constant Field Values