com.esri.arcgis.geodatabase
Interface INameMapping2

All Superinterfaces:
INameMapping, Serializable
All Known Implementing Classes:
INameMapping2Proxy

public interface INameMapping2
extends INameMapping, Serializable

Provides access to members that manage name mapping and conflicts between two locations.

Product Availability

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


Method Summary
 String getConfigKeyword()
          The configuration keyword for the data transfer.
 boolean isCreated()
          Indicates whether the object was created.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INameMapping
getChildren, getSourceObject, getSuggestedName, getTargetName, isNameConflicts, setConfigKeyword, setTargetName, validateTargetName
 

Method Detail

getConfigKeyword

String getConfigKeyword()
                        throws IOException,
                               AutomationException
The configuration keyword for the data transfer.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

isCreated

boolean isCreated()
                  throws IOException,
                         AutomationException
Indicates whether the object was created.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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