com.esri.arcgis.schematic
Interface ISchematicDataSource

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicDataSourceProxy, SchematicDataSource

public interface ISchematicDataSource
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic data source.' 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 IID28e044a1_346d_4300_87f9_e391662cb7d6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void delete()
          Deletes the schematic data source.
 int getID()
          ID of the schematic data source.
 java.lang.String getName()
          Name of the schematic data source.
 java.lang.Object getObject()
          Object associated to the schematic data source.
 ISchematicConnection getSchematicConnection()
          Schematic connection associated to the schematic data source.
 ISchematicDataset getSchematicDataset()
          Schematic dataset the schematic data source belongs to.
 void setName(java.lang.String name)
          Name of the schematic data source.
 void setObjectByRef(java.lang.Object object)
          Object associated to the schematic data source.
 

Field Detail

IID28e044a1_346d_4300_87f9_e391662cb7d6

static final int IID28e044a1_346d_4300_87f9_e391662cb7d6
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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the schematic data source.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the schematic data source.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObject

java.lang.Object getObject()
                           throws java.io.IOException,
                                  AutomationException
Object associated to the schematic data source.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjectByRef

void setObjectByRef(java.lang.Object object)
                    throws java.io.IOException,
                           AutomationException
Object associated to the schematic data source.

Parameters:
object - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicConnection

ISchematicConnection getSchematicConnection()
                                            throws java.io.IOException,
                                                   AutomationException
Schematic connection associated to the schematic data source.

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

getSchematicDataset

ISchematicDataset getSchematicDataset()
                                      throws java.io.IOException,
                                             AutomationException
Schematic dataset the schematic data source belongs to.

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

getID

int getID()
          throws java.io.IOException,
                 AutomationException
ID of the schematic data source.

Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

delete

void delete()
            throws java.io.IOException,
                   AutomationException
Deletes the schematic data source.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.