com.esri.arcgis.schematic
Interface ISchematicDiagramClassName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicDiagramClassNameProxy, SchematicDiagramClassName

public interface ISchematicDiagramClassName
extends java.io.Serializable

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

Description: 'Provides access to members that supply the schematic diagram class name information (that is, the schematic template name information).' 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 IID4560dede_1591_4699_bf88_d856fd46f194
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumDatasetName getAssociatedElementClassNames()
          The schematic element class names that are associated to the diagram class name.
 ISchematicDatasetName getSchematicDatasetName()
          The schematic dataset name related to the schematic diagram class name.
 IEnumDatasetName getSchematicDiagramNames()
          The schematic diagram names implemented by the schematic diagram class name.
 void setSchematicDatasetNameByRef(ISchematicDatasetName schematicDatasetName)
          The schematic dataset name related to the schematic diagram class name.
 

Field Detail

IID4560dede_1591_4699_bf88_d856fd46f194

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

getSchematicDatasetName

ISchematicDatasetName getSchematicDatasetName()
                                              throws java.io.IOException,
                                                     AutomationException
The schematic dataset name related to the schematic diagram class name.

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

setSchematicDatasetNameByRef

void setSchematicDatasetNameByRef(ISchematicDatasetName schematicDatasetName)
                                  throws java.io.IOException,
                                         AutomationException
The schematic dataset name related to the schematic diagram class name.

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

getSchematicDiagramNames

IEnumDatasetName getSchematicDiagramNames()
                                          throws java.io.IOException,
                                                 AutomationException
The schematic diagram names implemented by the schematic diagram class name.

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

getAssociatedElementClassNames

IEnumDatasetName getAssociatedElementClassNames()
                                                throws java.io.IOException,
                                                       AutomationException
The schematic element class names that are associated to the diagram class name.

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