com.esri.arcgis.geodatabase
Interface INameMapping2

All Superinterfaces:
INameMapping, java.io.Serializable
All Known Implementing Classes:
INameMapping2Proxy

public interface INameMapping2
extends INameMapping, java.io.Serializable

COM Interface 'INameMapping2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that manage name mapping and conflicts between two locations.' 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 IIDd4e6badf_3eb9_4f4e_9103_c7d0cbc119a2
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INameMapping
IID36a4d96f_f5d5_11d3_8120_00c04f686238
 
Method Summary
 java.lang.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
 

Field Detail

IIDd4e6badf_3eb9_4f4e_9103_c7d0cbc119a2

static final int IIDd4e6badf_3eb9_4f4e_9103_c7d0cbc119a2
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

getConfigKeyword

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

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

isCreated

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

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