com.esri.arcgis.schematic
Interface ISchematicFolderName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicFolderNameProxy, SchematicFolderName

public interface ISchematicFolderName
extends java.io.Serializable

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

Description: 'Provides access to members that supply the schematic folder 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 IID701a8b30_6d4b_40dc_99be_6cdc42a7c88c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getPath()
          Backslash delimited path for the schematic folder name.
 ISchematicDatasetName getSchematicDatasetName()
          Schematic dataset name related to the schematic folder name.
 IEnumDatasetName getSchematicDiagramNames()
          Schematic diagram names contained in the schematic folder name.
 IEnumDatasetName getSubFolderNames()
          Subfolder names contained within the schematic folder name.
 void setPath(java.lang.String path)
          Backslash delimited path for the schematic folder name.
 void setSchematicDatasetNameByRef(ISchematicDatasetName schematicDatasetName)
          Schematic dataset name related to the schematic folder name.
 

Field Detail

IID701a8b30_6d4b_40dc_99be_6cdc42a7c88c

static final int IID701a8b30_6d4b_40dc_99be_6cdc42a7c88c
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
Schematic dataset name related to the schematic folder 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
Schematic dataset name related to the schematic folder 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.

getPath

java.lang.String getPath()
                         throws java.io.IOException,
                                AutomationException
Backslash delimited path for the schematic folder name.

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

setPath

void setPath(java.lang.String path)
             throws java.io.IOException,
                    AutomationException
Backslash delimited path for the schematic folder name.

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

getSubFolderNames

IEnumDatasetName getSubFolderNames()
                                   throws java.io.IOException,
                                          AutomationException
Subfolder names contained within the schematic folder 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.

getSchematicDiagramNames

IEnumDatasetName getSchematicDiagramNames()
                                          throws java.io.IOException,
                                                 AutomationException
Schematic diagram names contained in the schematic folder 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.