com.esri.arcgis.schematic
Interface ISchematicDiagramName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicDiagramNameProxy, SchematicDiagramName

public interface ISchematicDiagramName
extends java.io.Serializable

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

Description: 'Provides access to members that supply the schematic diagram 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 IID02ccd9f8_263b_4c06_8e84_3b710737eea0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicDatasetName getSchematicDatasetName()
          The schematic dataset name related to the schematic diagram name.
 ISchematicDiagramClassName getSchematicDiagramClassName()
          The schematic diagram class name (that is, the schematic template name) related to the schematic diagram name.
 void setSchematicDiagramClassNameByRef(ISchematicDiagramClassName diagramClassName)
          The schematic diagram class name (that is, the schematic template name) related to the schematic diagram name.
 

Field Detail

IID02ccd9f8_263b_4c06_8e84_3b710737eea0

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

getSchematicDiagramClassName

ISchematicDiagramClassName getSchematicDiagramClassName()
                                                        throws java.io.IOException,
                                                               AutomationException
The schematic diagram class name (that is, the schematic template name) related to the schematic diagram name.

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

setSchematicDiagramClassNameByRef

void setSchematicDiagramClassNameByRef(ISchematicDiagramClassName diagramClassName)
                                       throws java.io.IOException,
                                              AutomationException
The schematic diagram class name (that is, the schematic template name) related to the schematic diagram name.

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

getSchematicDatasetName

ISchematicDatasetName getSchematicDatasetName()
                                              throws java.io.IOException,
                                                     AutomationException
The schematic dataset name related to the schematic diagram 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.