com.esri.arcgis.schematic
Interface ISchematicBuilderDescription

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

public interface ISchematicBuilderDescription
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic builder description.' 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 IIDe698de53_92eb_451f_a6f4_c3e7c16d0f98
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IUID getClassID()
          ClassID of the schematic builder.
 java.lang.String getName()
          Name of the schematic builder.
 

Field Detail

IIDe698de53_92eb_451f_a6f4_c3e7c16d0f98

static final int IIDe698de53_92eb_451f_a6f4_c3e7c16d0f98
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 builder.

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

getClassID

IUID getClassID()
                throws java.io.IOException,
                       AutomationException
ClassID of the schematic builder.

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