com.esri.arcgis.geodatabase
Interface INameMapping

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INameMapping2
All Known Implementing Classes:
INameMapping2Proxy, INameMappingProxy

public interface INameMapping
extends java.io.Serializable

COM Interface 'INameMapping'. 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 IID36a4d96f_f5d5_11d3_8120_00c04f686238
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumNameMapping getChildren()
          Children objects (if any).
 java.lang.Object getSourceObject()
          The Source Object.
 java.lang.String getSuggestedName(IName toName)
          Gets the suggested name of the copied object (if conflict).
 java.lang.String getTargetName()
          The name of the copied object.
 boolean isNameConflicts()
          Indicates if target name conflicts with source name.
 void setConfigKeyword(java.lang.String rhs1)
          The configuration keyword (for the data transfer).
 void setTargetName(java.lang.String name)
          The name of the copied object.
 void validateTargetName(IName toName)
          Checks whether target name conflicts or not.
 

Field Detail

IID36a4d96f_f5d5_11d3_8120_00c04f686238

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

getSourceObject

java.lang.Object getSourceObject()
                                 throws java.io.IOException,
                                        AutomationException
The Source Object.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTargetName

void setTargetName(java.lang.String name)
                   throws java.io.IOException,
                          AutomationException
The name of the copied object.

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

getTargetName

java.lang.String getTargetName()
                               throws java.io.IOException,
                                      AutomationException
The name of the copied object.

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

isNameConflicts

boolean isNameConflicts()
                        throws java.io.IOException,
                               AutomationException
Indicates if target name conflicts with source name.

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

validateTargetName

void validateTargetName(IName toName)
                        throws java.io.IOException,
                               AutomationException
Checks whether target name conflicts or not.

Parameters:
toName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSuggestedName

java.lang.String getSuggestedName(IName toName)
                                  throws java.io.IOException,
                                         AutomationException
Gets the suggested name of the copied object (if conflict).

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

getChildren

IEnumNameMapping getChildren()
                             throws java.io.IOException,
                                    AutomationException
Children objects (if any).

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

setConfigKeyword

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

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