com.esri.arcgis.schematic
Interface ISchematicElementClassContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicElementClassContainerProxy, SchematicDataset, SchematicElementClass

public interface ISchematicElementClassContainer
extends java.io.Serializable

Provides access to members that control the schematic element classes defined within a container (that is, within a schematic dataset).


Method Summary
 ISchematicElementClass getSchematicElementClassByID(int iD)
          Schematic element class referenced by the specified ID.
 ISchematicElementClass getSchematicElementClassByName(java.lang.String name)
          Schematic element class referenced by the specified Name.
 IEnumSchematicElementClass getSchematicElementClasses()
          Schematic element classes enumeration within the schematic dataset container.
 

Method Detail

getSchematicElementClasses

public IEnumSchematicElementClass getSchematicElementClasses()
                                                      throws java.io.IOException,
                                                             AutomationException
Schematic element classes enumeration within the schematic dataset container.

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

getSchematicElementClassByID

public ISchematicElementClass getSchematicElementClassByID(int iD)
                                                    throws java.io.IOException,
                                                           AutomationException
Schematic element class referenced by the specified ID.

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

getSchematicElementClassByName

public ISchematicElementClass getSchematicElementClassByName(java.lang.String name)
                                                      throws java.io.IOException,
                                                             AutomationException
Schematic element class referenced by the specified Name.

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