com.esri.arcgis.schematic
Interface esriSchematicConnectionState

All Superinterfaces:
java.io.Serializable

public interface esriSchematicConnectionState
extends java.io.Serializable

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

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 esriConnectionStateInvalid
          The connection failed to open.
static int esriConnectionStateOpen
          The connection is open.
static int esriConnectionStateUnknown
          Not yet attempted to open the connection.
 

Field Detail

esriConnectionStateOpen

static final int esriConnectionStateOpen
The connection is open.

See Also:
Constant Field Values

esriConnectionStateInvalid

static final int esriConnectionStateInvalid
The connection failed to open.

See Also:
Constant Field Values

esriConnectionStateUnknown

static final int esriConnectionStateUnknown
Not yet attempted to open the connection.

See Also:
Constant Field Values