com.esri.arcgis.schematic
Interface ISchematicGDBConnection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicGDBConnectionProxy

public interface ISchematicGDBConnection
extends java.io.Serializable

COM Interface 'ISchematicGDBConnection'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the schematic connectin to a GDB.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IIDec280adf_1e59_4965_aeba_ec54018bec60
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWorkspaceName getWorkspaceName()
          Workspace name of the schematic connection.
 void setWorkspaceNameByRef(IWorkspaceName workspaceName)
          Workspace name of the schematic connection.
 

Field Detail

IIDec280adf_1e59_4965_aeba_ec54018bec60

static final int IIDec280adf_1e59_4965_aeba_ec54018bec60
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getWorkspaceName

IWorkspaceName getWorkspaceName()
                                throws java.io.IOException,
                                       AutomationException
Workspace name of the schematic connection.

Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspaceName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWorkspaceNameByRef

void setWorkspaceNameByRef(IWorkspaceName workspaceName)
                           throws java.io.IOException,
                                  AutomationException
Workspace name of the schematic connection.

Parameters:
workspaceName - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.