com.esri.arcgis.geodatabase
Interface IEnumNameMapping

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

public interface IEnumNameMapping
extends java.io.Serializable

Provides access to members that enumerate and find specified name mappings.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Method Summary
 INameMapping findDatasetName(java.lang.String name, int type)
          Finds a particular source name.
 INameMapping findDomain(java.lang.String name)
          Finds a particular Domain.
 INameMapping next()
          Retrieves the next Copy Name Mapping object.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

public INameMapping next()
                  throws java.io.IOException,
                         AutomationException
Retrieves the next Copy Name Mapping object.

Supported Platforms

Windows, Solaris, Linux

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

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Supported Platforms

Windows, Solaris, Linux

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

findDatasetName

public INameMapping findDatasetName(java.lang.String name,
                                    int type)
                             throws java.io.IOException,
                                    AutomationException
Finds a particular source name.

Supported Platforms

Windows, Solaris, Linux

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

findDomain

public INameMapping findDomain(java.lang.String name)
                        throws java.io.IOException,
                               AutomationException
Finds a particular Domain.

Supported Platforms

Windows, Solaris, Linux

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