com.esri.arcgis.schematic
Interface ISchematicObject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicObjectProxy, SchematicInMemoryDiagram, SchematicInMemoryFeatureLink, SchematicInMemoryFeatureNode, SchematicInMemoryFeatureNodeOnLink, SchematicInMemoryFeatureSubLink, SchematicLink, SchematicNode, SchematicNodeOnLink, SchematicSubLink

public interface ISchematicObject
extends java.io.Serializable

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

Description: 'Provides access to members that control the schematic object.' 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 IID79ae6386_1d47_4cdf_9cf3_f66357b2cef3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IObjectClass esri_getClass()
          Object class related to the schematic object.
 java.lang.String getName()
          Name of the schematic object.
 

Field Detail

IID79ae6386_1d47_4cdf_9cf3_f66357b2cef3

static final int IID79ae6386_1d47_4cdf_9cf3_f66357b2cef3
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 object.

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

esri_getClass

IObjectClass esri_getClass()
                           throws java.io.IOException,
                                  AutomationException
Object class related to the schematic object.

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